Html Css Color HEX #0E2682 Sapphire

📋 copy color: '#0E2682'

red 14 ◦ green 38 ◦ blue 130

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

Shades of Sapphire #0E2682

Tints of Sapphire #0E2682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.88%

 BLUE value IS 130 (51.17% from 255) = 71.43%

R = 7.69%
G = 20.88%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E2682 (or 0x0E2682) is known color: Sapphire. HEX triplet: 0E, 26 and 82. RGB value is (14,38,130). Sum of RGB (Red+Green+Blue) = 14+38+130=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E2682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2682 is #F1D97D. Grayscale: #282828. Windows color (decimal): -15849854 or 8529422. OLE color: 8529422.

HSL color Cylindrical-coordinate representation of color #0E2682: hue angle of 227.59º degrees, saturation: 0.81, 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 #0E2682 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 38 130 -
CMYK 0.89 0.71 0 0.49
HSL 227.59º 0.81% 0.28% -
HSV(B) 227.59º 0.89% 0.51% -
XYZ 4.9 3.09 21.46 -
YUV 41.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 14 38 130 0.89 0.71 0 0.49 227.59 0.81 0.28
Hex E 26 82 59 47 0 31 E4 51 1C
Octal 16 46 202 131 107 0 61 344 121 34
Binary 1110 100110 10000010 1011001 1000111 0 110001 11100100 1010001 11100

Color Harmonies of #0E2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2682

Black with #0E2682

Text Example


Text Example

White with #0E2682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,38,130); }

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

background-color css

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

 a { background-color: rgb(14,38,130); }

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

border-color css

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

 span { border-color: rgb(14,38,130); }

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