Html Css Color HEX #0C2539 Tangaroa

📋 copy color: '#0C2539'

red 12 ◦ green 37 ◦ blue 57

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

Shades of Tangaroa #0C2539

Tints of Tangaroa #0C2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.91%

 BLUE value IS 57 (22.66% from 255) = 53.77%

R = 11.32%
G = 34.91%
B = 53.77%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C2539 (or 0x0C2539) is known color: Tangaroa. HEX triplet: 0C, 25 and 39. RGB value is (12,37,57). Sum of RGB (Red+Green+Blue) = 12+37+57=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C2539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2539 is #F3DAC6. Grayscale: #1F1F1F. Windows color (decimal): -15981255 or 3745036. OLE color: 3745036.

HSL color Cylindrical-coordinate representation of color #0C2539: hue angle of 206.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C2539 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 37 57 -
CMYK 0.79 0.35 0 0.78
HSL 206.67º 0.65% 0.14% -
HSV(B) 206.67º 0.79% 0.22% -
XYZ 1.55 1.7 4.12 -
YUV 31.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 12 37 57 0.79 0.35 0 0.78 206.67 0.65 0.14
Hex C 25 39 4F 23 0 4E CF 41 E
Octal 14 45 71 117 43 0 116 317 101 16
Binary 1100 100101 111001 1001111 100011 0 1001110 11001111 1000001 1110

Color Harmonies of #0C2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2539

Black with #0C2539

Text Example


Text Example

White with #0C2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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