Html Css Color HEX #0C394E Blue Whale

📋 copy color: '#0C394E'

red 12 ◦ green 57 ◦ blue 78

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

Shades of Blue Whale #0C394E

Tints of Blue Whale #0C394E

RGB

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

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

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

R = 8.16%
G = 38.78%
B = 53.06%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C394E (or 0x0C394E) is known color: Blue Whale. HEX triplet: 0C, 39 and 4E. RGB value is (12,57,78). Sum of RGB (Red+Green+Blue) = 12+57+78=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C394E is #F3C6B1. Grayscale: #2D2D2D. Windows color (decimal): -15976114 or 5126412. OLE color: 5126412.

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

Color convert

RGB 12 57 78 -
CMYK 0.85 0.27 0 0.69
HSL 199.09º 0.73% 0.18% -
HSV(B) 199.09º 0.85% 0.31% -
XYZ 2.99 3.55 7.74 -
YUV 45.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 12 57 78 0.85 0.27 0 0.69 199.09 0.73 0.18
Hex C 39 4E 55 1B 0 45 C7 49 12
Octal 14 71 116 125 33 0 105 307 111 22
Binary 1100 111001 1001110 1010101 11011 0 1000101 11000111 1001001 10010

Color Harmonies of #0C394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C394E

Black with #0C394E

Text Example


Text Example

White with #0C394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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