Html Css Color HEX #14307F Sapphire

📋 copy color: '#14307F'

red 20 ◦ green 48 ◦ blue 127

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

Shades of Sapphire #14307F

Tints of Sapphire #14307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

 BLUE value IS 127 (50% from 255) = 65.13%

R = 10.26%
G = 24.62%
B = 65.13%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14307F (or 0x14307F) is known color: Sapphire. HEX triplet: 14, 30 and 7F. RGB value is (20,48,127). Sum of RGB (Red+Green+Blue) = 20+48+127=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #14307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14307F is #EBCF80. Grayscale: #303030. Windows color (decimal): -15454081 or 8335380. OLE color: 8335380.

HSL color Cylindrical-coordinate representation of color #14307F: hue angle of 224.3º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14307F is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 48 127 -
CMYK 0.84 0.62 0 0.50
HSL 224.3º 0.73% 0.29% -
HSV(B) 224.3º 0.84% 0.5% -
XYZ 5.18 3.79 20.54 -
YUV 48.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 20 48 127 0.84 0.62 0 0.50 224.3 0.73 0.29
Hex 14 30 7F 54 3E 0 32 E0 49 1D
Octal 24 60 177 124 76 0 62 340 111 35
Binary 10100 110000 1111111 1010100 111110 0 110010 11100000 1001001 11101

Color Harmonies of #14307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14307F

Black with #14307F

Text Example


Text Example

White with #14307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,48,127); }

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

background-color css

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

 a { background-color: rgb(20,48,127); }

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

border-color css

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

 span { border-color: rgb(20,48,127); }

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