Html Css Color HEX #0C293A Tangaroa

📋 copy color: '#0C293A'

red 12 ◦ green 41 ◦ blue 58

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

Shades of Tangaroa #0C293A

Tints of Tangaroa #0C293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 52.25%

R = 10.81%
G = 36.94%
B = 52.25%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C293A (or 0x0C293A) is known color: Tangaroa. HEX triplet: 0C, 29 and 3A. RGB value is (12,41,58). Sum of RGB (Red+Green+Blue) = 12+41+58=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C293A is #F3D6C5. Grayscale: #222222. Windows color (decimal): -15980230 or 3811596. OLE color: 3811596.

HSL color Cylindrical-coordinate representation of color #0C293A: hue angle of 202.17º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C293A is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 41 58 -
CMYK 0.79 0.29 0 0.77
HSL 202.17º 0.66% 0.14% -
HSV(B) 202.17º 0.79% 0.23% -
XYZ 1.71 1.97 4.29 -
YUV 34.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 12 41 58 0.79 0.29 0 0.77 202.17 0.66 0.14
Hex C 29 3A 4F 1D 0 4D CA 42 E
Octal 14 51 72 117 35 0 115 312 102 16
Binary 1100 101001 111010 1001111 11101 0 1001101 11001010 1000010 1110

Color Harmonies of #0C293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C293A

Black with #0C293A

Text Example


Text Example

White with #0C293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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