Html Css Color HEX #0E1B62 Sapphire

📋 copy color: '#0E1B62'

red 14 ◦ green 27 ◦ blue 98

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

Shades of Sapphire #0E1B62

Tints of Sapphire #0E1B62

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 98 (38.67% from 255) = 70.5%

R = 10.07%
G = 19.42%
B = 70.5%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E1B62 (or 0x0E1B62) is known color: Sapphire. HEX triplet: 0E, 1B and 62. RGB value is (14,27,98). Sum of RGB (Red+Green+Blue) = 14+27+98=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E1B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1B62 is #F1E49D. Grayscale: #1E1E1E. Windows color (decimal): -15852702 or 6429454. OLE color: 6429454.

HSL color Cylindrical-coordinate representation of color #0E1B62: hue angle of 230.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1B62 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 27 98 -
CMYK 0.86 0.72 0 0.62
HSL 230.71º 0.75% 0.22% -
HSV(B) 230.71º 0.86% 0.38% -
XYZ 2.78 1.76 11.75 -
YUV 31.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 14 27 98 0.86 0.72 0 0.62 230.71 0.75 0.22
Hex E 1B 62 56 48 0 3E E7 4B 16
Octal 16 33 142 126 110 0 76 347 113 26
Binary 1110 11011 1100010 1010110 1001000 0 111110 11100111 1001011 10110

Color Harmonies of #0E1B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B62

Black with #0E1B62

Text Example


Text Example

White with #0E1B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,27,98); }

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

background-color css

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

 a { background-color: rgb(14,27,98); }

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

border-color css

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

 span { border-color: rgb(14,27,98); }

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