Html Css Color HEX #0E234C Sapphire

📋 copy color: '#0E234C'

red 14 ◦ green 35 ◦ blue 76

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

Shades of Sapphire #0E234C

Tints of Sapphire #0E234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28%

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 11.2%
G = 28%
B = 60.8%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E234C (or 0x0E234C) is known color: Sapphire. HEX triplet: 0E, 23 and 4C. RGB value is (14,35,76). Sum of RGB (Red+Green+Blue) = 14+35+76=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #0E234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E234C is #F1DCB3. Grayscale: #212121. Windows color (decimal): -15850676 or 4989710. OLE color: 4989710.

HSL color Cylindrical-coordinate representation of color #0E234C: hue angle of 219.68º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E234C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 35 76 -
CMYK 0.82 0.54 0 0.70
HSL 219.68º 0.69% 0.18% -
HSV(B) 219.68º 0.82% 0.3% -
XYZ 2.09 1.82 7.08 -
YUV 33.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 14 35 76 0.82 0.54 0 0.70 219.68 0.69 0.18
Hex E 23 4C 52 36 0 46 DC 45 12
Octal 16 43 114 122 66 0 106 334 105 22
Binary 1110 100011 1001100 1010010 110110 0 1000110 11011100 1000101 10010

Color Harmonies of #0E234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E234C

Black with #0E234C

Text Example


Text Example

White with #0E234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,35,76); }

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

background-color css

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

 a { background-color: rgb(14,35,76); }

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

border-color css

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

 span { border-color: rgb(14,35,76); }

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