Html Css Color HEX #15283E Tangaroa

📋 copy color: '#15283E'

red 21 ◦ green 40 ◦ blue 62

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

Shades of Tangaroa #15283E

Tints of Tangaroa #15283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

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

R = 17.07%
G = 32.52%
B = 50.41%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15283E (or 0x15283E) is known color: Tangaroa. HEX triplet: 15, 28 and 3E. RGB value is (21,40,62). Sum of RGB (Red+Green+Blue) = 21+40+62=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #15283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283E is #EAD7C1. Grayscale: #242424. Windows color (decimal): -15390658 or 4073493. OLE color: 4073493.

HSL color Cylindrical-coordinate representation of color #15283E: hue angle of 212.2º 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 #15283E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 40 62 -
CMYK 0.66 0.35 0 0.76
HSL 212.2º 0.49% 0.16% -
HSV(B) 212.2º 0.66% 0.24% -
XYZ 1.94 2.02 4.85 -
YUV 36.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 21 40 62 0.66 0.35 0 0.76 212.2 0.49 0.16
Hex 15 28 3E 42 23 0 4C D4 31 10
Octal 25 50 76 102 43 0 114 324 61 20
Binary 10101 101000 111110 1000010 100011 0 1001100 11010100 110001 10000

Color Harmonies of #15283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15283E

Black with #15283E

Text Example


Text Example

White with #15283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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