Html Css Color HEX #0E1A55 Sapphire

📋 copy color: '#0E1A55'

red 14 ◦ green 26 ◦ blue 85

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

Shades of Sapphire #0E1A55

Tints of Sapphire #0E1A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

 BLUE value IS 85 (33.59% from 255) = 68%

R = 11.2%
G = 20.8%
B = 68%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E1A55 (or 0x0E1A55) is known color: Sapphire. HEX triplet: 0E, 1A and 55. RGB value is (14,26,85). Sum of RGB (Red+Green+Blue) = 14+26+85=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E1A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1A55 is #F1E5AA. Grayscale: #1C1C1C. Windows color (decimal): -15852971 or 5577230. OLE color: 5577230.

HSL color Cylindrical-coordinate representation of color #0E1A55: hue angle of 229.86º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1A55 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 26 85 -
CMYK 0.84 0.69 0 0.67
HSL 229.86º 0.72% 0.19% -
HSV(B) 229.86º 0.84% 0.33% -
XYZ 2.19 1.49 8.77 -
YUV 29.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 14 26 85 0.84 0.69 0 0.67 229.86 0.72 0.19
Hex E 1A 55 54 45 0 43 E6 48 13
Octal 16 32 125 124 105 0 103 346 110 23
Binary 1110 11010 1010101 1010100 1000101 0 1000011 11100110 1001000 10011

Color Harmonies of #0E1A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A55

Black with #0E1A55

Text Example


Text Example

White with #0E1A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,26,85); }

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

background-color css

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

 a { background-color: rgb(14,26,85); }

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

border-color css

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

 span { border-color: rgb(14,26,85); }

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