Html Css Color HEX #02094E Sapphire

📋 copy color: '#02094E'

red 2 ◦ green 9 ◦ blue 78

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

Shades of Sapphire #02094E

Tints of Sapphire #02094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.11%

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

R = 2.25%
G = 10.11%
B = 87.64%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02094E (or 0x02094E) is known color: Sapphire. HEX triplet: 02, 09 and 4E. RGB value is (2,9,78). Sum of RGB (Red+Green+Blue) = 2+9+78=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 78 (30.86% from 255 or 87.64% from 89); Max value from RGB is 78 - color contains mainly: blue. Hex color #02094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02094E is #FDF6B1. Grayscale: #0E0E0E. Windows color (decimal): -16643762 or 5114114. OLE color: 5114114.

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

Color convert

RGB 2 9 78 -
CMYK 0.97 0.88 0 0.69
HSL 234.47º 0.95% 0.16% -
HSV(B) 234.47º 0.97% 0.31% -
XYZ 1.5 0.76 7.28 -
YUV 14.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 2 9 78 0.97 0.88 0 0.69 234.47 0.95 0.16
Hex 2 9 4E 61 58 0 45 EA 5F 10
Octal 2 11 116 141 130 0 105 352 137 20
Binary 10 1001 1001110 1100001 1011000 0 1000101 11101010 1011111 10000

Color Harmonies of #02094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02094E

Black with #02094E

Text Example


Text Example

White with #02094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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