Html Css Color HEX #0E306B Sapphire

📋 copy color: '#0E306B'

red 14 ◦ green 48 ◦ blue 107

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

Shades of Sapphire #0E306B

Tints of Sapphire #0E306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 107 (42.19% from 255) = 63.31%

R = 8.28%
G = 28.4%
B = 63.31%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E306B (or 0x0E306B) is known color: Sapphire. HEX triplet: 0E, 30 and 6B. RGB value is (14,48,107). Sum of RGB (Red+Green+Blue) = 14+48+107=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E306B is #F1CF94. Grayscale: #2C2C2C. Windows color (decimal): -15847317 or 7024654. OLE color: 7024654.

HSL color Cylindrical-coordinate representation of color #0E306B: hue angle of 218.06º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E306B is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 48 107 -
CMYK 0.87 0.55 0 0.58
HSL 218.06º 0.77% 0.24% -
HSV(B) 218.06º 0.87% 0.42% -
XYZ 3.89 3.27 14.34 -
YUV 44.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 14 48 107 0.87 0.55 0 0.58 218.06 0.77 0.24
Hex E 30 6B 57 37 0 3A DA 4D 18
Octal 16 60 153 127 67 0 72 332 115 30
Binary 1110 110000 1101011 1010111 110111 0 111010 11011010 1001101 11000

Color Harmonies of #0E306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E306B

Black with #0E306B

Text Example


Text Example

White with #0E306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,48,107); }

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

background-color css

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

 a { background-color: rgb(14,48,107); }

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

border-color css

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

 span { border-color: rgb(14,48,107); }

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