Html Css Color HEX #0E2F72 Sapphire

📋 copy color: '#0E2F72'

red 14 ◦ green 47 ◦ blue 114

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

Shades of Sapphire #0E2F72

Tints of Sapphire #0E2F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.86%

 BLUE value IS 114 (44.92% from 255) = 65.14%

R = 8%
G = 26.86%
B = 65.14%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E2F72 (or 0x0E2F72) is known color: Sapphire. HEX triplet: 0E, 2F and 72. RGB value is (14,47,114). Sum of RGB (Red+Green+Blue) = 14+47+114=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E2F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2F72 is #F1D08D. Grayscale: #2C2C2C. Windows color (decimal): -15847566 or 7483150. OLE color: 7483150.

HSL color Cylindrical-coordinate representation of color #0E2F72: hue angle of 220.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2F72 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 47 114 -
CMYK 0.88 0.59 0 0.55
HSL 220.2º 0.78% 0.25% -
HSV(B) 220.2º 0.88% 0.45% -
XYZ 4.23 3.34 16.34 -
YUV 44.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 14 47 114 0.88 0.59 0 0.55 220.2 0.78 0.25
Hex E 2F 72 58 3B 0 37 DC 4E 19
Octal 16 57 162 130 73 0 67 334 116 31
Binary 1110 101111 1110010 1011000 111011 0 110111 11011100 1001110 11001

Color Harmonies of #0E2F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2F72

Black with #0E2F72

Text Example


Text Example

White with #0E2F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,47,114); }

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

background-color css

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

 a { background-color: rgb(14,47,114); }

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

border-color css

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

 span { border-color: rgb(14,47,114); }

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