Html Css Color HEX #12273B Tangaroa

📋 copy color: '#12273B'

red 18 ◦ green 39 ◦ blue 59

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

Shades of Tangaroa #12273B

Tints of Tangaroa #12273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.62%

 BLUE value IS 59 (23.44% from 255) = 50.86%

R = 15.52%
G = 33.62%
B = 50.86%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12273B (or 0x12273B) is known color: Tangaroa. HEX triplet: 12, 27 and 3B. RGB value is (18,39,59). Sum of RGB (Red+Green+Blue) = 18+39+59=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #12273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12273B is #EDD8C4. Grayscale: #222222. Windows color (decimal): -15587525 or 3876626. OLE color: 3876626.

HSL color Cylindrical-coordinate representation of color #12273B: hue angle of 209.27º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12273B is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 39 59 -
CMYK 0.69 0.34 0 0.77
HSL 209.27º 0.53% 0.15% -
HSV(B) 209.27º 0.69% 0.23% -
XYZ 1.76 1.9 4.41 -
YUV 35 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 18 39 59 0.69 0.34 0 0.77 209.27 0.53 0.15
Hex 12 27 3B 45 22 0 4D D1 35 F
Octal 22 47 73 105 42 0 115 321 65 17
Binary 10010 100111 111011 1000101 100010 0 1001101 11010001 110101 1111

Color Harmonies of #12273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12273B

Black with #12273B

Text Example


Text Example

White with #12273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12273B; }

 p { color: rgb(18,39,59); }

 H1.HeaderClassName
 {
   color: #12273B;
 }
 .AnyTagClassName
 {
   color: #12273B;
 }
</style>

background-color css

<style>
 a { background-color: #12273B; }

 a { background-color: rgb(18,39,59); }

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

border-color css

<style>
 span { border-color: #12273B; }

 span { border-color: rgb(18,39,59); }

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