Html Css Color HEX #0C364C Blue Whale

📋 copy color: '#0C364C'

red 12 ◦ green 54 ◦ blue 76

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

Shades of Blue Whale #0C364C

Tints of Blue Whale #0C364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.52%

R = 8.45%
G = 38.03%
B = 53.52%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C364C (or 0x0C364C) is known color: Blue Whale. HEX triplet: 0C, 36 and 4C. RGB value is (12,54,76). Sum of RGB (Red+Green+Blue) = 12+54+76=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C364C is #F3C9B3. Grayscale: #2B2B2B. Windows color (decimal): -15976884 or 4994572. OLE color: 4994572.

HSL color Cylindrical-coordinate representation of color #0C364C: hue angle of 200.62º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C364C is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 54 76 -
CMYK 0.84 0.29 0 0.70
HSL 200.63º 0.73% 0.17% -
HSV(B) 200.63º 0.84% 0.3% -
XYZ 2.78 3.24 7.32 -
YUV 43.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 12 54 76 0.84 0.29 0 0.70 200.63 0.73 0.17
Hex C 36 4C 54 1D 0 46 C9 49 11
Octal 14 66 114 124 35 0 106 311 111 21
Binary 1100 110110 1001100 1010100 11101 0 1000110 11001001 1001001 10001

Color Harmonies of #0C364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C364C

Black with #0C364C

Text Example


Text Example

White with #0C364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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