Html Css Color HEX #14376F Sapphire

📋 copy color: '#14376F'

red 20 ◦ green 55 ◦ blue 111

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

Shades of Sapphire #14376F

Tints of Sapphire #14376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 10.75%
G = 29.57%
B = 59.68%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14376F (or 0x14376F) is known color: Sapphire. HEX triplet: 14, 37 and 6F. RGB value is (20,55,111). Sum of RGB (Red+Green+Blue) = 20+55+111=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #14376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14376F is #EBC890. Grayscale: #323232. Windows color (decimal): -15452305 or 7288596. OLE color: 7288596.

HSL color Cylindrical-coordinate representation of color #14376F: hue angle of 216.92º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14376F is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 55 111 -
CMYK 0.82 0.50 0 0.56
HSL 216.92º 0.69% 0.26% -
HSV(B) 216.92º 0.82% 0.44% -
XYZ 4.52 4.03 15.58 -
YUV 50.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 20 55 111 0.82 0.50 0 0.56 216.92 0.69 0.26
Hex 14 37 6F 52 32 0 38 D9 45 1A
Octal 24 67 157 122 62 0 70 331 105 32
Binary 10100 110111 1101111 1010010 110010 0 111000 11011001 1000101 11010

Color Harmonies of #14376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14376F

Black with #14376F

Text Example


Text Example

White with #14376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14376F; }

 p { color: rgb(20,55,111); }

 H1.HeaderClassName
 {
   color: #14376F;
 }
 .AnyTagClassName
 {
   color: #14376F;
 }
</style>

background-color css

<style>
 a { background-color: #14376F; }

 a { background-color: rgb(20,55,111); }

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

border-color css

<style>
 span { border-color: #14376F; }

 span { border-color: rgb(20,55,111); }

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