Html Css Color HEX #0C394F Blue Whale

📋 copy color: '#0C394F'

red 12 ◦ green 57 ◦ blue 79

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

Shades of Blue Whale #0C394F

Tints of Blue Whale #0C394F

RGB

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

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

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

R = 8.11%
G = 38.51%
B = 53.38%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C394F (or 0x0C394F) is known color: Blue Whale. HEX triplet: 0C, 39 and 4F. RGB value is (12,57,79). Sum of RGB (Red+Green+Blue) = 12+57+79=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C394F is #F3C6B0. Grayscale: #2D2D2D. Windows color (decimal): -15976113 or 5191948. OLE color: 5191948.

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

Color convert

RGB 12 57 79 -
CMYK 0.85 0.28 0 0.69
HSL 199.7º 0.74% 0.18% -
HSV(B) 199.7º 0.85% 0.31% -
XYZ 3.03 3.57 7.93 -
YUV 46.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 12 57 79 0.85 0.28 0 0.69 199.7 0.74 0.18
Hex C 39 4F 55 1C 0 45 C8 4A 12
Octal 14 71 117 125 34 0 105 310 112 22
Binary 1100 111001 1001111 1010101 11100 0 1000101 11001000 1001010 10010

Color Harmonies of #0C394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C394F

Black with #0C394F

Text Example


Text Example

White with #0C394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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