Html Css Color HEX #02084F Sapphire

📋 copy color: '#02084F'

red 2 ◦ green 8 ◦ blue 79

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

Shades of Sapphire #02084F

Tints of Sapphire #02084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 88.76%

R = 2.25%
G = 8.99%
B = 88.76%

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

#02084F (or 0x02084F) is known color: Sapphire. HEX triplet: 02, 08 and 4F. RGB value is (2,8,79). Sum of RGB (Red+Green+Blue) = 2+8+79=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 79 (31.25% from 255 or 88.76% from 89); Max value from RGB is 79 - color contains mainly: blue. Hex color #02084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02084F is #FDF7B0. Grayscale: #0E0E0E. Windows color (decimal): -16644017 or 5179394. OLE color: 5179394.

HSL color Cylindrical-coordinate representation of color #02084F: hue angle of 235.32º 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 #02084F is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 8 79 -
CMYK 0.97 0.90 0 0.69
HSL 235.32º 0.95% 0.16% -
HSV(B) 235.32º 0.97% 0.31% -
XYZ 1.52 0.75 7.46 -
YUV 14.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 2 8 79 0.97 0.90 0 0.69 235.32 0.95 0.16
Hex 2 8 4F 61 5A 0 45 EB 5F 10
Octal 2 10 117 141 132 0 105 353 137 20
Binary 10 1000 1001111 1100001 1011010 0 1000101 11101011 1011111 10000

Color Harmonies of #02084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02084F

Black with #02084F

Text Example


Text Example

White with #02084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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