Html Css Color HEX #08284A Tangaroa

📋 copy color: '#08284A'

red 8 ◦ green 40 ◦ blue 74

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

Shades of Tangaroa #08284A

Tints of Tangaroa #08284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 60.66%

R = 6.56%
G = 32.79%
B = 60.66%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08284A (or 0x08284A) is known color: Tangaroa. HEX triplet: 08, 28 and 4A. RGB value is (8,40,74). Sum of RGB (Red+Green+Blue) = 8+40+74=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #08284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08284A is #F7D7B5. Grayscale: #222222. Windows color (decimal): -16242614 or 4859912. OLE color: 4859912.

HSL color Cylindrical-coordinate representation of color #08284A: hue angle of 210.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08284A is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 40 74 -
CMYK 0.89 0.46 0 0.71
HSL 210.91º 0.8% 0.16% -
HSV(B) 210.91º 0.89% 0.29% -
XYZ 2.09 2.06 6.77 -
YUV 34.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 8 40 74 0.89 0.46 0 0.71 210.91 0.8 0.16
Hex 8 28 4A 59 2E 0 47 D3 50 10
Octal 10 50 112 131 56 0 107 323 120 20
Binary 1000 101000 1001010 1011001 101110 0 1000111 11010011 1010000 10000

Color Harmonies of #08284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08284A

Black with #08284A

Text Example


Text Example

White with #08284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08284A; }

 p { color: rgb(8,40,74); }

 H1.HeaderClassName
 {
   color: #08284A;
 }
 .AnyTagClassName
 {
   color: #08284A;
 }
</style>

background-color css

<style>
 a { background-color: #08284A; }

 a { background-color: rgb(8,40,74); }

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

border-color css

<style>
 span { border-color: #08284A; }

 span { border-color: rgb(8,40,74); }

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