Html Css Color HEX #0C293C Tangaroa

📋 copy color: '#0C293C'

red 12 ◦ green 41 ◦ blue 60

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

Shades of Tangaroa #0C293C

Tints of Tangaroa #0C293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 53.1%

R = 10.62%
G = 36.28%
B = 53.1%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C293C (or 0x0C293C) is known color: Tangaroa. HEX triplet: 0C, 29 and 3C. RGB value is (12,41,60). Sum of RGB (Red+Green+Blue) = 12+41+60=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C293C is #F3D6C3. Grayscale: #222222. Windows color (decimal): -15980228 or 3942668. OLE color: 3942668.

HSL color Cylindrical-coordinate representation of color #0C293C: hue angle of 203.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C293C is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 41 60 -
CMYK 0.80 0.32 0 0.76
HSL 203.75º 0.67% 0.14% -
HSV(B) 203.75º 0.8% 0.24% -
XYZ 1.76 1.99 4.57 -
YUV 34.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 12 41 60 0.80 0.32 0 0.76 203.75 0.67 0.14
Hex C 29 3C 50 20 0 4C CC 43 E
Octal 14 51 74 120 40 0 114 314 103 16
Binary 1100 101001 111100 1010000 100000 0 1001100 11001100 1000011 1110

Color Harmonies of #0C293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C293C

Black with #0C293C

Text Example


Text Example

White with #0C293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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