Html Css Color HEX #0E2167 Sapphire

📋 copy color: '#0E2167'

red 14 ◦ green 33 ◦ blue 103

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

Shades of Sapphire #0E2167

Tints of Sapphire #0E2167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 68.67%

R = 9.33%
G = 22%
B = 68.67%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E2167 (or 0x0E2167) is known color: Sapphire. HEX triplet: 0E, 21 and 67. RGB value is (14,33,103). Sum of RGB (Red+Green+Blue) = 14+33+103=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E2167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2167 is #F1DE98. Grayscale: #232323. Windows color (decimal): -15851161 or 6758670. OLE color: 6758670.

HSL color Cylindrical-coordinate representation of color #0E2167: hue angle of 227.19º 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 #0E2167 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 33 103 -
CMYK 0.86 0.68 0 0.60
HSL 227.19º 0.76% 0.23% -
HSV(B) 227.19º 0.86% 0.4% -
XYZ 3.17 2.16 13.08 -
YUV 35.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 14 33 103 0.86 0.68 0 0.60 227.19 0.76 0.23
Hex E 21 67 56 44 0 3C E3 4C 17
Octal 16 41 147 126 104 0 74 343 114 27
Binary 1110 100001 1100111 1010110 1000100 0 111100 11100011 1001100 10111

Color Harmonies of #0E2167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2167

Black with #0E2167

Text Example


Text Example

White with #0E2167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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