Html Css Color HEX #02084D Sapphire

📋 copy color: '#02084D'

red 2 ◦ green 8 ◦ blue 77

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

Shades of Sapphire #02084D

Tints of Sapphire #02084D

RGB

 RED value IS 2 (1.17% from 255) = 2.3%

 GREEN value IS 8 (3.52% from 255) = 9.2%

 BLUE value IS 77 (30.47% from 255) = 88.51%

R = 2.3%
G = 9.2%
B = 88.51%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02084D (or 0x02084D) is known color: Sapphire. HEX triplet: 02, 08 and 4D. RGB value is (2,8,77). Sum of RGB (Red+Green+Blue) = 2+8+77=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 77 (30.47% from 255 or 88.51% from 87); Max value from RGB is 77 - color contains mainly: blue. Hex color #02084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02084D is #FDF7B2. Grayscale: #0D0D0D. Windows color (decimal): -16644019 or 5048322. OLE color: 5048322.

HSL color Cylindrical-coordinate representation of color #02084D: hue angle of 235.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02084D is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 8 77 -
CMYK 0.97 0.90 0 0.70
HSL 235.2º 0.95% 0.15% -
HSV(B) 235.2º 0.97% 0.3% -
XYZ 1.45 0.72 7.08 -
YUV 14.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 2 8 77 0.97 0.90 0 0.70 235.2 0.95 0.15
Hex 2 8 4D 61 5A 0 46 EB 5F F
Octal 2 10 115 141 132 0 106 353 137 17
Binary 10 1000 1001101 1100001 1011010 0 1000110 11101011 1011111 1111

Color Harmonies of #02084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02084D

Black with #02084D

Text Example


Text Example

White with #02084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02084D; }

 p { color: rgb(2,8,77); }

 H1.HeaderClassName
 {
   color: #02084D;
 }
 .AnyTagClassName
 {
   color: #02084D;
 }
</style>

background-color css

<style>
 a { background-color: #02084D; }

 a { background-color: rgb(2,8,77); }

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

border-color css

<style>
 span { border-color: #02084D; }

 span { border-color: rgb(2,8,77); }

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