Html Css Color HEX #0E2162 Sapphire

📋 copy color: '#0E2162'

red 14 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #0E2162

Tints of Sapphire #0E2162

RGB

 RED value IS 14 (5.86% from 255) = 9.66%

 GREEN value IS 33 (13.28% from 255) = 22.76%

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 9.66%
G = 22.76%
B = 67.59%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E2162 (or 0x0E2162) is known color: Sapphire. HEX triplet: 0E, 21 and 62. RGB value is (14,33,98). Sum of RGB (Red+Green+Blue) = 14+33+98=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E2162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2162 is #F1DE9D. Grayscale: #222222. Windows color (decimal): -15851166 or 6430990. OLE color: 6430990.

HSL color Cylindrical-coordinate representation of color #0E2162: hue angle of 226.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2162 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 33 98 -
CMYK 0.86 0.66 0 0.62
HSL 226.43º 0.75% 0.22% -
HSV(B) 226.43º 0.86% 0.38% -
XYZ 2.93 2.06 11.8 -
YUV 34.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 14 33 98 0.86 0.66 0 0.62 226.43 0.75 0.22
Hex E 21 62 56 42 0 3E E2 4B 16
Octal 16 41 142 126 102 0 76 342 113 26
Binary 1110 100001 1100010 1010110 1000010 0 111110 11100010 1001011 10110

Color Harmonies of #0E2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2162

Black with #0E2162

Text Example


Text Example

White with #0E2162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E2162; }

 p { color: rgb(14,33,98); }

 H1.HeaderClassName
 {
   color: #0E2162;
 }
 .AnyTagClassName
 {
   color: #0E2162;
 }
</style>

background-color css

<style>
 a { background-color: #0E2162; }

 a { background-color: rgb(14,33,98); }

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

border-color css

<style>
 span { border-color: #0E2162; }

 span { border-color: rgb(14,33,98); }

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