Html Css Color HEX #0C2839 Tangaroa

📋 copy color: '#0C2839'

red 12 ◦ green 40 ◦ blue 57

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

Shades of Tangaroa #0C2839

Tints of Tangaroa #0C2839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.7%

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

R = 11.01%
G = 36.7%
B = 52.29%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C2839 (or 0x0C2839) is known color: Tangaroa. HEX triplet: 0C, 28 and 39. RGB value is (12,40,57). Sum of RGB (Red+Green+Blue) = 12+40+57=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C2839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2839 is #F3D7C6. Grayscale: #212121. Windows color (decimal): -15980487 or 3745804. OLE color: 3745804.

HSL color Cylindrical-coordinate representation of color #0C2839: hue angle of 202.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 #0C2839 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 40 57 -
CMYK 0.79 0.30 0 0.78
HSL 202.67º 0.65% 0.14% -
HSV(B) 202.67º 0.79% 0.22% -
XYZ 1.65 1.89 4.15 -
YUV 33.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 12 40 57 0.79 0.30 0 0.78 202.67 0.65 0.14
Hex C 28 39 4F 1E 0 4E CB 41 E
Octal 14 50 71 117 36 0 116 313 101 16
Binary 1100 101000 111001 1001111 11110 0 1001110 11001011 1000001 1110

Color Harmonies of #0C2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2839

Black with #0C2839

Text Example


Text Example

White with #0C2839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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