Html Css Color HEX #0E2575 Sapphire

📋 copy color: '#0E2575'

red 14 ◦ green 37 ◦ blue 117

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

Shades of Sapphire #0E2575

Tints of Sapphire #0E2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 8.33%
G = 22.02%
B = 69.64%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E2575 (or 0x0E2575) is known color: Sapphire. HEX triplet: 0E, 25 and 75. RGB value is (14,37,117). Sum of RGB (Red+Green+Blue) = 14+37+117=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E2575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2575 is #F1DA8A. Grayscale: #262626. Windows color (decimal): -15850123 or 7677198. OLE color: 7677198.

HSL color Cylindrical-coordinate representation of color #0E2575: hue angle of 226.6º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2575 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 37 117 -
CMYK 0.88 0.68 0 0.54
HSL 226.6º 0.79% 0.26% -
HSV(B) 226.6º 0.88% 0.46% -
XYZ 4.05 2.7 17.14 -
YUV 39.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 14 37 117 0.88 0.68 0 0.54 226.6 0.79 0.26
Hex E 25 75 58 44 0 36 E3 4F 1A
Octal 16 45 165 130 104 0 66 343 117 32
Binary 1110 100101 1110101 1011000 1000100 0 110110 11100011 1001111 11010

Color Harmonies of #0E2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2575

Black with #0E2575

Text Example


Text Example

White with #0E2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,37,117); }

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

background-color css

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

 a { background-color: rgb(14,37,117); }

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

border-color css

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

 span { border-color: rgb(14,37,117); }

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