Html Css Color HEX #0E2066 Sapphire

📋 copy color: '#0E2066'

red 14 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #0E2066

Tints of Sapphire #0E2066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 102 (40.23% from 255) = 68.92%

R = 9.46%
G = 21.62%
B = 68.92%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0E2066 (or 0x0E2066) is known color: Sapphire. HEX triplet: 0E, 20 and 66. RGB value is (14,32,102). Sum of RGB (Red+Green+Blue) = 14+32+102=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E2066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2066 is #F1DF99. Grayscale: #222222. Windows color (decimal): -15851418 or 6692878. OLE color: 6692878.

HSL color Cylindrical-coordinate representation of color #0E2066: hue angle of 227.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2066 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 32 102 -
CMYK 0.86 0.69 0 0.6
HSL 227.73º 0.76% 0.23% -
HSV(B) 227.73º 0.86% 0.4% -
XYZ 3.1 2.09 12.81 -
YUV 34.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 14 32 102 0.86 0.69 0 0.6 227.73 0.76 0.23
Hex E 20 66 56 45 0 3C E4 4C 17
Octal 16 40 146 126 105 0 74 344 114 27
Binary 1110 100000 1100110 1010110 1000101 0 111100 11100100 1001100 10111

Color Harmonies of #0E2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2066

Black with #0E2066

Text Example


Text Example

White with #0E2066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,32,102); }

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

background-color css

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

 a { background-color: rgb(14,32,102); }

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

border-color css

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

 span { border-color: rgb(14,32,102); }

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