Html Css Color HEX #0E267B Sapphire

📋 copy color: '#0E267B'

red 14 ◦ green 38 ◦ blue 123

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

Shades of Sapphire #0E267B

Tints of Sapphire #0E267B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 70.29%

R = 8%
G = 21.71%
B = 70.29%

CMYK

 C value IS 0.89

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0E267B (or 0x0E267B) is known color: Sapphire. HEX triplet: 0E, 26 and 7B. RGB value is (14,38,123). Sum of RGB (Red+Green+Blue) = 14+38+123=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E267B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E267B is #F1D984. Grayscale: #282828. Windows color (decimal): -15849861 or 8070670. OLE color: 8070670.

HSL color Cylindrical-coordinate representation of color #0E267B: hue angle of 226.79º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E267B is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 38 123 -
CMYK 0.89 0.69 0 0.52
HSL 226.79º 0.8% 0.27% -
HSV(B) 226.79º 0.89% 0.48% -
XYZ 4.45 2.91 19.07 -
YUV 40.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 14 38 123 0.89 0.69 0 0.52 226.79 0.8 0.27
Hex E 26 7B 59 45 0 34 E3 50 1B
Octal 16 46 173 131 105 0 64 343 120 33
Binary 1110 100110 1111011 1011001 1000101 0 110100 11100011 1010000 11011

Color Harmonies of #0E267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E267B

Black with #0E267B

Text Example


Text Example

White with #0E267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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