Html Css Color HEX #15273E Tangaroa

📋 copy color: '#15273E'

red 21 ◦ green 39 ◦ blue 62

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

Shades of Tangaroa #15273E

Tints of Tangaroa #15273E

RGB

 RED value IS 21 (8.59% from 255) = 17.21%

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

 BLUE value IS 62 (24.61% from 255) = 50.82%

R = 17.21%
G = 31.97%
B = 50.82%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15273E (or 0x15273E) is known color: Tangaroa. HEX triplet: 15, 27 and 3E. RGB value is (21,39,62). Sum of RGB (Red+Green+Blue) = 21+39+62=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #15273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15273E is #EAD8C1. Grayscale: #242424. Windows color (decimal): -15390914 or 4073237. OLE color: 4073237.

HSL color Cylindrical-coordinate representation of color #15273E: hue angle of 213.66º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15273E is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 39 62 -
CMYK 0.66 0.37 0 0.76
HSL 213.66º 0.49% 0.16% -
HSV(B) 213.66º 0.66% 0.24% -
XYZ 1.9 1.96 4.84 -
YUV 36.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 21 39 62 0.66 0.37 0 0.76 213.66 0.49 0.16
Hex 15 27 3E 42 25 0 4C D6 31 10
Octal 25 47 76 102 45 0 114 326 61 20
Binary 10101 100111 111110 1000010 100101 0 1001100 11010110 110001 10000

Color Harmonies of #15273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15273E

Black with #15273E

Text Example


Text Example

White with #15273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15273E; }

 p { color: rgb(21,39,62); }

 H1.HeaderClassName
 {
   color: #15273E;
 }
 .AnyTagClassName
 {
   color: #15273E;
 }
</style>

background-color css

<style>
 a { background-color: #15273E; }

 a { background-color: rgb(21,39,62); }

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

border-color css

<style>
 span { border-color: #15273E; }

 span { border-color: rgb(21,39,62); }

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