Html Css Color HEX #02084E Sapphire

📋 copy color: '#02084E'

red 2 ◦ green 8 ◦ blue 78

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

Shades of Sapphire #02084E

Tints of Sapphire #02084E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 88.64%

R = 2.27%
G = 9.09%
B = 88.64%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02084E (or 0x02084E) is known color: Sapphire. HEX triplet: 02, 08 and 4E. RGB value is (2,8,78). Sum of RGB (Red+Green+Blue) = 2+8+78=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 78 (30.86% from 255 or 88.64% from 88); Max value from RGB is 78 - color contains mainly: blue. Hex color #02084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02084E is #FDF7B1. Grayscale: #0D0D0D. Windows color (decimal): -16644018 or 5113858. OLE color: 5113858.

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

Color convert

RGB 2 8 78 -
CMYK 0.97 0.90 0 0.69
HSL 235.26º 0.95% 0.16% -
HSV(B) 235.26º 0.97% 0.31% -
XYZ 1.49 0.74 7.27 -
YUV 14.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 2 8 78 0.97 0.90 0 0.69 235.26 0.95 0.16
Hex 2 8 4E 61 5A 0 45 EB 5F 10
Octal 2 10 116 141 132 0 105 353 137 20
Binary 10 1000 1001110 1100001 1011010 0 1000101 11101011 1011111 10000

Color Harmonies of #02084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02084E

Black with #02084E

Text Example


Text Example

White with #02084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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