Html Css Color HEX #0E3268 Sapphire

📋 copy color: '#0E3268'

red 14 ◦ green 50 ◦ blue 104

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

Shades of Sapphire #0E3268

Tints of Sapphire #0E3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 8.33%
G = 29.76%
B = 61.9%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E3268 (or 0x0E3268) is known color: Sapphire. HEX triplet: 0E, 32 and 68. RGB value is (14,50,104). Sum of RGB (Red+Green+Blue) = 14+50+104=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E3268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3268 is #F1CD97. Grayscale: #2D2D2D. Windows color (decimal): -15846808 or 6828558. OLE color: 6828558.

HSL color Cylindrical-coordinate representation of color #0E3268: hue angle of 216º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E3268 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 50 104 -
CMYK 0.87 0.52 0 0.59
HSL 216º 0.76% 0.23% -
HSV(B) 216º 0.87% 0.41% -
XYZ 3.82 3.37 13.55 -
YUV 45.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 14 50 104 0.87 0.52 0 0.59 216 0.76 0.23
Hex E 32 68 57 34 0 3B D8 4C 17
Octal 16 62 150 127 64 0 73 330 114 27
Binary 1110 110010 1101000 1010111 110100 0 111011 11011000 1001100 10111

Color Harmonies of #0E3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3268

Black with #0E3268

Text Example


Text Example

White with #0E3268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,50,104); }

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

background-color css

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

 a { background-color: rgb(14,50,104); }

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

border-color css

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

 span { border-color: rgb(14,50,104); }

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