Html Css Color HEX #08284C Tangaroa

📋 copy color: '#08284C'

red 8 ◦ green 40 ◦ blue 76

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

Shades of Tangaroa #08284C

Tints of Tangaroa #08284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 61.29%

R = 6.45%
G = 32.26%
B = 61.29%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08284C (or 0x08284C) is known color: Tangaroa. HEX triplet: 08, 28 and 4C. RGB value is (8,40,76). Sum of RGB (Red+Green+Blue) = 8+40+76=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #08284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08284C is #F7D7B3. Grayscale: #222222. Windows color (decimal): -16242612 or 4990984. OLE color: 4990984.

HSL color Cylindrical-coordinate representation of color #08284C: hue angle of 211.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08284C is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 40 76 -
CMYK 0.89 0.47 0 0.70
HSL 211.76º 0.81% 0.16% -
HSV(B) 211.76º 0.89% 0.3% -
XYZ 2.16 2.09 7.13 -
YUV 34.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 8 40 76 0.89 0.47 0 0.70 211.76 0.81 0.16
Hex 8 28 4C 59 2F 0 46 D4 51 10
Octal 10 50 114 131 57 0 106 324 121 20
Binary 1000 101000 1001100 1011001 101111 0 1000110 11010100 1010001 10000

Color Harmonies of #08284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08284C

Black with #08284C

Text Example


Text Example

White with #08284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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