Html Css Color HEX #12293D Tangaroa

📋 copy color: '#12293D'

red 18 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #12293D

Tints of Tangaroa #12293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 15%
G = 34.17%
B = 50.83%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12293D (or 0x12293D) is known color: Tangaroa. HEX triplet: 12, 29 and 3D. RGB value is (18,41,61). Sum of RGB (Red+Green+Blue) = 18+41+61=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #12293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12293D is #EDD6C2. Grayscale: #242424. Windows color (decimal): -15587011 or 4008210. OLE color: 4008210.

HSL color Cylindrical-coordinate representation of color #12293D: hue angle of 207.91º 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 #12293D is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 41 61 -
CMYK 0.70 0.33 0 0.76
HSL 207.91º 0.54% 0.15% -
HSV(B) 207.91º 0.7% 0.24% -
XYZ 1.88 2.05 4.71 -
YUV 36.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 18 41 61 0.70 0.33 0 0.76 207.91 0.54 0.15
Hex 12 29 3D 46 21 0 4C D0 36 F
Octal 22 51 75 106 41 0 114 320 66 17
Binary 10010 101001 111101 1000110 100001 0 1001100 11010000 110110 1111

Color Harmonies of #12293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12293D

Black with #12293D

Text Example


Text Example

White with #12293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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