Html Css Color HEX #0C364F Blue Whale

📋 copy color: '#0C364F'

red 12 ◦ green 54 ◦ blue 79

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

Shades of Blue Whale #0C364F

Tints of Blue Whale #0C364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

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

R = 8.28%
G = 37.24%
B = 54.48%

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

#0C364F (or 0x0C364F) is known color: Blue Whale. HEX triplet: 0C, 36 and 4F. RGB value is (12,54,79). Sum of RGB (Red+Green+Blue) = 12+54+79=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C364F is #F3C9B0. Grayscale: #2C2C2C. Windows color (decimal): -15976881 or 5191180. OLE color: 5191180.

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

Color convert

RGB 12 54 79 -
CMYK 0.85 0.32 0 0.69
HSL 202.39º 0.74% 0.18% -
HSV(B) 202.39º 0.85% 0.31% -
XYZ 2.88 3.28 7.88 -
YUV 44.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 12 54 79 0.85 0.32 0 0.69 202.39 0.74 0.18
Hex C 36 4F 55 20 0 45 CA 4A 12
Octal 14 66 117 125 40 0 105 312 112 22
Binary 1100 110110 1001111 1010101 100000 0 1000101 11001010 1001010 10010

Color Harmonies of #0C364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C364F

Black with #0C364F

Text Example


Text Example

White with #0C364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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