Html Css Color HEX #0C354E Blue Whale

📋 copy color: '#0C354E'

red 12 ◦ green 53 ◦ blue 78

#0C354E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #0C354E

Tints of Blue Whale #0C354E

RGB

 RED value IS 12 (5.08% from 255) = 8.39%

 GREEN value IS 53 (21.09% from 255) = 37.06%

 BLUE value IS 78 (30.86% from 255) = 54.55%

R = 8.39%
G = 37.06%
B = 54.55%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C354E (or 0x0C354E) is known color: Blue Whale. HEX triplet: 0C, 35 and 4E. RGB value is (12,53,78). Sum of RGB (Red+Green+Blue) = 12+53+78=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C354E is #F3CAB1. Grayscale: #2B2B2B. Windows color (decimal): -15977138 or 5125388. OLE color: 5125388.

HSL color Cylindrical-coordinate representation of color #0C354E: hue angle of 202.73º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C354E is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 53 78 -
CMYK 0.85 0.32 0 0.69
HSL 202.73º 0.73% 0.18% -
HSV(B) 202.73º 0.85% 0.31% -
XYZ 2.8 3.17 7.67 -
YUV 43.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 12 53 78 0.85 0.32 0 0.69 202.73 0.73 0.18
Hex C 35 4E 55 20 0 45 CB 49 12
Octal 14 65 116 125 40 0 105 313 111 22
Binary 1100 110101 1001110 1010101 100000 0 1000101 11001011 1001001 10010

Color Harmonies of #0C354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C354E

Black with #0C354E

Text Example


Text Example

White with #0C354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C354E; }

 p { color: rgb(12,53,78); }

 H1.HeaderClassName
 {
   color: #0C354E;
 }
 .AnyTagClassName
 {
   color: #0C354E;
 }
</style>

background-color css

<style>
 a { background-color: #0C354E; }

 a { background-color: rgb(12,53,78); }

 div.DivClassName
 {
   background-color: #0C354E;
 }
 .BgClassName
 {
   background-color: #0C354E;
 }
</style>

border-color css

<style>
 span { border-color: #0C354E; }

 span { border-color: rgb(12,53,78); }

 td.TdClassName
 {
   border-color: #0C354E;
 }
 .TagClassName
 {
   border-color: #0C354E;
 }
</style>