Html Css Color HEX #0C2949 Tangaroa

📋 copy color: '#0C2949'

red 12 ◦ green 41 ◦ blue 73

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

Shades of Tangaroa #0C2949

Tints of Tangaroa #0C2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.54%

 BLUE value IS 73 (28.91% from 255) = 57.94%

R = 9.52%
G = 32.54%
B = 57.94%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C2949 (or 0x0C2949) is known color: Tangaroa. HEX triplet: 0C, 29 and 49. RGB value is (12,41,73). Sum of RGB (Red+Green+Blue) = 12+41+73=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C2949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2949 is #F3D6B6. Grayscale: #232323. Windows color (decimal): -15980215 or 4794636. OLE color: 4794636.

HSL color Cylindrical-coordinate representation of color #0C2949: hue angle of 211.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C2949 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 41 73 -
CMYK 0.84 0.44 0 0.71
HSL 211.48º 0.72% 0.17% -
HSV(B) 211.48º 0.84% 0.29% -
XYZ 2.15 2.15 6.6 -
YUV 35.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 12 41 73 0.84 0.44 0 0.71 211.48 0.72 0.17
Hex C 29 49 54 2C 0 47 D3 48 11
Octal 14 51 111 124 54 0 107 323 110 21
Binary 1100 101001 1001001 1010100 101100 0 1000111 11010011 1001000 10001

Color Harmonies of #0C2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2949

Black with #0C2949

Text Example


Text Example

White with #0C2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,73); }

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

background-color css

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

 a { background-color: rgb(12,41,73); }

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

border-color css

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

 span { border-color: rgb(12,41,73); }

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