Html Css Color HEX #0C3747 Blue Whale

📋 copy color: '#0C3747'

red 12 ◦ green 55 ◦ blue 71

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

Shades of Blue Whale #0C3747

Tints of Blue Whale #0C3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

 BLUE value IS 71 (28.13% from 255) = 51.45%

R = 8.7%
G = 39.86%
B = 51.45%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C3747 (or 0x0C3747) is known color: Blue Whale. HEX triplet: 0C, 37 and 47. RGB value is (12,55,71). Sum of RGB (Red+Green+Blue) = 12+55+71=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C3747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3747 is #F3C8B8. Grayscale: #2B2B2B. Windows color (decimal): -15976633 or 4667148. OLE color: 4667148.

HSL color Cylindrical-coordinate representation of color #0C3747: hue angle of 196.27º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3747 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 55 71 -
CMYK 0.83 0.23 0 0.72
HSL 196.27º 0.71% 0.16% -
HSV(B) 196.27º 0.83% 0.28% -
XYZ 2.66 3.27 6.45 -
YUV 43.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 12 55 71 0.83 0.23 0 0.72 196.27 0.71 0.16
Hex C 37 47 53 17 0 48 C4 47 10
Octal 14 67 107 123 27 0 110 304 107 20
Binary 1100 110111 1000111 1010011 10111 0 1001000 11000100 1000111 10000

Color Harmonies of #0C3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3747

Black with #0C3747

Text Example


Text Example

White with #0C3747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,71); }

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

background-color css

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

 a { background-color: rgb(12,55,71); }

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

border-color css

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

 span { border-color: rgb(12,55,71); }

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