Html Css Color HEX #08284B Tangaroa

📋 copy color: '#08284B'

red 8 ◦ green 40 ◦ blue 75

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

Shades of Tangaroa #08284B

Tints of Tangaroa #08284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 60.98%

R = 6.5%
G = 32.52%
B = 60.98%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08284B (or 0x08284B) is known color: Tangaroa. HEX triplet: 08, 28 and 4B. RGB value is (8,40,75). Sum of RGB (Red+Green+Blue) = 8+40+75=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #08284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08284B is #F7D7B4. Grayscale: #222222. Windows color (decimal): -16242613 or 4925448. OLE color: 4925448.

HSL color Cylindrical-coordinate representation of color #08284B: hue angle of 211.34º degrees, saturation: 0.81, 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 #08284B is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 40 75 -
CMYK 0.89 0.47 0 0.71
HSL 211.34º 0.81% 0.16% -
HSV(B) 211.34º 0.89% 0.29% -
XYZ 2.13 2.08 6.95 -
YUV 34.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 8 40 75 0.89 0.47 0 0.71 211.34 0.81 0.16
Hex 8 28 4B 59 2F 0 47 D3 51 10
Octal 10 50 113 131 57 0 107 323 121 20
Binary 1000 101000 1001011 1011001 101111 0 1000111 11010011 1010001 10000

Color Harmonies of #08284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08284B

Black with #08284B

Text Example


Text Example

White with #08284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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