Html Css Color HEX #0E234D Sapphire

📋 copy color: '#0E234D'

red 14 ◦ green 35 ◦ blue 77

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

Shades of Sapphire #0E234D

Tints of Sapphire #0E234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 61.11%

R = 11.11%
G = 27.78%
B = 61.11%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0E234D (or 0x0E234D) is known color: Sapphire. HEX triplet: 0E, 23 and 4D. RGB value is (14,35,77). Sum of RGB (Red+Green+Blue) = 14+35+77=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E234D is #F1DCB2. Grayscale: #212121. Windows color (decimal): -15850675 or 5055246. OLE color: 5055246.

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

Color convert

RGB 14 35 77 -
CMYK 0.82 0.55 0 0.70
HSL 220º 0.69% 0.18% -
HSV(B) 220º 0.82% 0.3% -
XYZ 2.12 1.83 7.26 -
YUV 33.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 14 35 77 0.82 0.55 0 0.70 220 0.69 0.18
Hex E 23 4D 52 37 0 46 DC 45 12
Octal 16 43 115 122 67 0 106 334 105 22
Binary 1110 100011 1001101 1010010 110111 0 1000110 11011100 1000101 10010

Color Harmonies of #0E234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E234D

Black with #0E234D

Text Example


Text Example

White with #0E234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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