Html Css Color HEX #0C3949 Blue Whale

📋 copy color: '#0C3949'

red 12 ◦ green 57 ◦ blue 73

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

Shades of Blue Whale #0C3949

Tints of Blue Whale #0C3949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.14%

 BLUE value IS 73 (28.91% from 255) = 51.41%

R = 8.45%
G = 40.14%
B = 51.41%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C3949 (or 0x0C3949) is known color: Blue Whale. HEX triplet: 0C, 39 and 49. RGB value is (12,57,73). Sum of RGB (Red+Green+Blue) = 12+57+73=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C3949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3949 is #F3C6B6. Grayscale: #2D2D2D. Windows color (decimal): -15976119 or 4798732. OLE color: 4798732.

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

Color convert

RGB 12 57 73 -
CMYK 0.84 0.22 0 0.71
HSL 195.74º 0.72% 0.17% -
HSV(B) 195.74º 0.84% 0.29% -
XYZ 2.82 3.49 6.83 -
YUV 45.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 12 57 73 0.84 0.22 0 0.71 195.74 0.72 0.17
Hex C 39 49 54 16 0 47 C4 48 11
Octal 14 71 111 124 26 0 107 304 110 21
Binary 1100 111001 1001001 1010100 10110 0 1000111 11000100 1001000 10001

Color Harmonies of #0C3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3949

Black with #0C3949

Text Example


Text Example

White with #0C3949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,57,73); }

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

background-color css

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

 a { background-color: rgb(12,57,73); }

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

border-color css

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

 span { border-color: rgb(12,57,73); }

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