Html Css Color HEX #0C354F Blue Whale

📋 copy color: '#0C354F'

red 12 ◦ green 53 ◦ blue 79

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

Shades of Blue Whale #0C354F

Tints of Blue Whale #0C354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.86%

R = 8.33%
G = 36.81%
B = 54.86%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C354F (or 0x0C354F) is known color: Blue Whale. HEX triplet: 0C, 35 and 4F. RGB value is (12,53,79). Sum of RGB (Red+Green+Blue) = 12+53+79=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C354F is #F3CAB0. Grayscale: #2B2B2B. Windows color (decimal): -15977137 or 5190924. OLE color: 5190924.

HSL color Cylindrical-coordinate representation of color #0C354F: hue angle of 203.28º degrees, saturation: 0.74, 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 #0C354F is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 53 79 -
CMYK 0.85 0.33 0 0.69
HSL 203.28º 0.74% 0.18% -
HSV(B) 203.28º 0.85% 0.31% -
XYZ 2.84 3.19 7.86 -
YUV 43.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 12 53 79 0.85 0.33 0 0.69 203.28 0.74 0.18
Hex C 35 4F 55 21 0 45 CB 4A 12
Octal 14 65 117 125 41 0 105 313 112 22
Binary 1100 110101 1001111 1010101 100001 0 1000101 11001011 1001010 10010

Color Harmonies of #0C354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C354F

Black with #0C354F

Text Example


Text Example

White with #0C354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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