Html Css Color HEX #0E2955 Sapphire

📋 copy color: '#0E2955'

red 14 ◦ green 41 ◦ blue 85

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

Shades of Sapphire #0E2955

Tints of Sapphire #0E2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.29%

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

R = 10%
G = 29.29%
B = 60.71%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E2955 (or 0x0E2955) is known color: Sapphire. HEX triplet: 0E, 29 and 55. RGB value is (14,41,85). Sum of RGB (Red+Green+Blue) = 14+41+85=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E2955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2955 is #F1D6AA. Grayscale: #252525. Windows color (decimal): -15849131 or 5581070. OLE color: 5581070.

HSL color Cylindrical-coordinate representation of color #0E2955: hue angle of 217.18º 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 #0E2955 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 41 85 -
CMYK 0.84 0.52 0 0.67
HSL 217.18º 0.72% 0.19% -
HSV(B) 217.18º 0.84% 0.33% -
XYZ 2.61 2.34 8.91 -
YUV 37.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 14 41 85 0.84 0.52 0 0.67 217.18 0.72 0.19
Hex E 29 55 54 34 0 43 D9 48 13
Octal 16 51 125 124 64 0 103 331 110 23
Binary 1110 101001 1010101 1010100 110100 0 1000011 11011001 1001000 10011

Color Harmonies of #0E2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2955

Black with #0E2955

Text Example


Text Example

White with #0E2955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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