Html Css Color HEX #0E257B Sapphire

📋 copy color: '#0E257B'

red 14 ◦ green 37 ◦ blue 123

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

Shades of Sapphire #0E257B

Tints of Sapphire #0E257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 8.05%
G = 21.26%
B = 70.69%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0E257B (or 0x0E257B) is known color: Sapphire. HEX triplet: 0E, 25 and 7B. RGB value is (14,37,123). Sum of RGB (Red+Green+Blue) = 14+37+123=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E257B is #F1DA84. Grayscale: #272727. Windows color (decimal): -15850117 or 8070414. OLE color: 8070414.

HSL color Cylindrical-coordinate representation of color #0E257B: hue angle of 227.34º 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 #0E257B is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 37 123 -
CMYK 0.89 0.70 0 0.52
HSL 227.34º 0.8% 0.27% -
HSV(B) 227.34º 0.89% 0.48% -
XYZ 4.42 2.85 19.06 -
YUV 39.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 14 37 123 0.89 0.70 0 0.52 227.34 0.8 0.27
Hex E 25 7B 59 46 0 34 E3 50 1B
Octal 16 45 173 131 106 0 64 343 120 33
Binary 1110 100101 1111011 1011001 1000110 0 110100 11100011 1010000 11011

Color Harmonies of #0E257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E257B

Black with #0E257B

Text Example


Text Example

White with #0E257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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