Html Css Color HEX #12293C Tangaroa

📋 copy color: '#12293C'

red 18 ◦ green 41 ◦ blue 60

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

Shades of Tangaroa #12293C

Tints of Tangaroa #12293C

RGB

 RED value IS 18 (7.42% from 255) = 15.13%

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

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

R = 15.13%
G = 34.45%
B = 50.42%

CMYK

 C value IS 0.7

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12293C (or 0x12293C) is known color: Tangaroa. HEX triplet: 12, 29 and 3C. RGB value is (18,41,60). Sum of RGB (Red+Green+Blue) = 18+41+60=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #12293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12293C is #EDD6C3. Grayscale: #242424. Windows color (decimal): -15587012 or 3942674. OLE color: 3942674.

HSL color Cylindrical-coordinate representation of color #12293C: hue angle of 207.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12293C is Cyan = 0.7, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 41 60 -
CMYK 0.7 0.32 0 0.76
HSL 207.14º 0.54% 0.15% -
HSV(B) 207.14º 0.7% 0.24% -
XYZ 1.86 2.04 4.57 -
YUV 36.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 18 41 60 0.7 0.32 0 0.76 207.14 0.54 0.15
Hex 12 29 3C 46 20 0 4C CF 36 F
Octal 22 51 74 106 40 0 114 317 66 17
Binary 10010 101001 111100 1000110 100000 0 1001100 11001111 110110 1111

Color Harmonies of #12293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12293C

Black with #12293C

Text Example


Text Example

White with #12293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12293C; }

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

 H1.HeaderClassName
 {
   color: #12293C;
 }
 .AnyTagClassName
 {
   color: #12293C;
 }
</style>

background-color css

<style>
 a { background-color: #12293C; }

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

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

border-color css

<style>
 span { border-color: #12293C; }

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

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