Html Css Color HEX #08213B Tangaroa

📋 copy color: '#08213B'

red 8 ◦ green 33 ◦ blue 59

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

Shades of Tangaroa #08213B

Tints of Tangaroa #08213B

RGB

 RED value IS 8 (3.52% from 255) = 8%

 GREEN value IS 33 (13.28% from 255) = 33%

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

R = 8%
G = 33%
B = 59%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08213B (or 0x08213B) is known color: Tangaroa. HEX triplet: 08, 21 and 3B. RGB value is (8,33,59). Sum of RGB (Red+Green+Blue) = 8+33+59=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #08213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08213B is #F7DEC4. Grayscale: #1C1C1C. Windows color (decimal): -16244421 or 3875080. OLE color: 3875080.

HSL color Cylindrical-coordinate representation of color #08213B: hue angle of 210.59º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08213B is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 33 59 -
CMYK 0.86 0.44 0 0.77
HSL 210.59º 0.76% 0.13% -
HSV(B) 210.59º 0.86% 0.23% -
XYZ 1.43 1.46 4.34 -
YUV 28.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 8 33 59 0.86 0.44 0 0.77 210.59 0.76 0.13
Hex 8 21 3B 56 2C 0 4D D3 4C D
Octal 10 41 73 126 54 0 115 323 114 15
Binary 1000 100001 111011 1010110 101100 0 1001101 11010011 1001100 1101

Color Harmonies of #08213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08213B

Black with #08213B

Text Example


Text Example

White with #08213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,33,59); }

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

background-color css

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

 a { background-color: rgb(8,33,59); }

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

border-color css

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

 span { border-color: rgb(8,33,59); }

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