Html Css Color HEX #14356E Sapphire

📋 copy color: '#14356E'

red 20 ◦ green 53 ◦ blue 110

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

Shades of Sapphire #14356E

Tints of Sapphire #14356E

RGB

 RED value IS 20 (8.2% from 255) = 10.93%

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 10.93%
G = 28.96%
B = 60.11%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14356E (or 0x14356E) is known color: Sapphire. HEX triplet: 14, 35 and 6E. RGB value is (20,53,110). Sum of RGB (Red+Green+Blue) = 20+53+110=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #14356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14356E is #EBCA91. Grayscale: #313131. Windows color (decimal): -15452818 or 7222548. OLE color: 7222548.

HSL color Cylindrical-coordinate representation of color #14356E: hue angle of 218º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14356E is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 53 110 -
CMYK 0.82 0.52 0 0.57
HSL 218º 0.69% 0.25% -
HSV(B) 218º 0.82% 0.43% -
XYZ 4.38 3.82 15.26 -
YUV 49.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 20 53 110 0.82 0.52 0 0.57 218 0.69 0.25
Hex 14 35 6E 52 34 0 39 DA 45 19
Octal 24 65 156 122 64 0 71 332 105 31
Binary 10100 110101 1101110 1010010 110100 0 111001 11011010 1000101 11001

Color Harmonies of #14356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14356E

Black with #14356E

Text Example


Text Example

White with #14356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14356E; }

 p { color: rgb(20,53,110); }

 H1.HeaderClassName
 {
   color: #14356E;
 }
 .AnyTagClassName
 {
   color: #14356E;
 }
</style>

background-color css

<style>
 a { background-color: #14356E; }

 a { background-color: rgb(20,53,110); }

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

border-color css

<style>
 span { border-color: #14356E; }

 span { border-color: rgb(20,53,110); }

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