Html Css Color HEX #0E2781 Sapphire

📋 copy color: '#0E2781'

red 14 ◦ green 39 ◦ blue 129

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

Shades of Sapphire #0E2781

Tints of Sapphire #0E2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

 BLUE value IS 129 (50.78% from 255) = 70.88%

R = 7.69%
G = 21.43%
B = 70.88%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E2781 (or 0x0E2781) is known color: Sapphire. HEX triplet: 0E, 27 and 81. RGB value is (14,39,129). Sum of RGB (Red+Green+Blue) = 14+39+129=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 129 (50.78% from 255 or 70.88% from 182); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E2781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2781 is #F1D87E. Grayscale: #292929. Windows color (decimal): -15849599 or 8464142. OLE color: 8464142.

HSL color Cylindrical-coordinate representation of color #0E2781: hue angle of 226.96º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E2781 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 39 129 -
CMYK 0.89 0.70 0 0.49
HSL 226.96º 0.8% 0.28% -
HSV(B) 226.96º 0.89% 0.51% -
XYZ 4.87 3.13 21.12 -
YUV 41.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 14 39 129 0.89 0.70 0 0.49 226.96 0.8 0.28
Hex E 27 81 59 46 0 31 E3 50 1C
Octal 16 47 201 131 106 0 61 343 120 34
Binary 1110 100111 10000001 1011001 1000110 0 110001 11100011 1010000 11100

Color Harmonies of #0E2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2781

Black with #0E2781

Text Example


Text Example

White with #0E2781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,129); }

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

background-color css

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

 a { background-color: rgb(14,39,129); }

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

border-color css

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

 span { border-color: rgb(14,39,129); }

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