Html Css Color HEX #0E2669 Sapphire

📋 copy color: '#0E2669'

red 14 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #0E2669

Tints of Sapphire #0E2669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 8.92%
G = 24.2%
B = 66.88%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E2669 (or 0x0E2669) is known color: Sapphire. HEX triplet: 0E, 26 and 69. RGB value is (14,38,105). Sum of RGB (Red+Green+Blue) = 14+38+105=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E2669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2669 is #F1D996. Grayscale: #262626. Windows color (decimal): -15849879 or 6891022. OLE color: 6891022.

HSL color Cylindrical-coordinate representation of color #0E2669: hue angle of 224.18º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2669 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 38 105 -
CMYK 0.87 0.64 0 0.59
HSL 224.18º 0.76% 0.23% -
HSV(B) 224.18º 0.87% 0.41% -
XYZ 3.42 2.5 13.67 -
YUV 38.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 14 38 105 0.87 0.64 0 0.59 224.18 0.76 0.23
Hex E 26 69 57 40 0 3B E0 4C 17
Octal 16 46 151 127 100 0 73 340 114 27
Binary 1110 100110 1101001 1010111 1000000 0 111011 11100000 1001100 10111

Color Harmonies of #0E2669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2669

Black with #0E2669

Text Example


Text Example

White with #0E2669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,38,105); }

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

background-color css

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

 a { background-color: rgb(14,38,105); }

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

border-color css

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

 span { border-color: rgb(14,38,105); }

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