Html Css Color HEX #0E275A Sapphire

📋 copy color: '#0E275A'

red 14 ◦ green 39 ◦ blue 90

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

Shades of Sapphire #0E275A

Tints of Sapphire #0E275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.94%

R = 9.79%
G = 27.27%
B = 62.94%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E275A (or 0x0E275A) is known color: Sapphire. HEX triplet: 0E, 27 and 5A. RGB value is (14,39,90). Sum of RGB (Red+Green+Blue) = 14+39+90=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E275A is #F1D8A5. Grayscale: #252525. Windows color (decimal): -15849638 or 5908238. OLE color: 5908238.

HSL color Cylindrical-coordinate representation of color #0E275A: hue angle of 220.26º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E275A is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 39 90 -
CMYK 0.84 0.57 0 0.65
HSL 220.26º 0.73% 0.2% -
HSV(B) 220.26º 0.84% 0.35% -
XYZ 2.75 2.28 9.97 -
YUV 37.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 14 39 90 0.84 0.57 0 0.65 220.26 0.73 0.2
Hex E 27 5A 54 39 0 41 DC 49 14
Octal 16 47 132 124 71 0 101 334 111 24
Binary 1110 100111 1011010 1010100 111001 0 1000001 11011100 1001001 10100

Color Harmonies of #0E275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E275A

Black with #0E275A

Text Example


Text Example

White with #0E275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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