Html Css Color HEX #14305F Sapphire

📋 copy color: '#14305F'

red 20 ◦ green 48 ◦ blue 95

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

Shades of Sapphire #14305F

Tints of Sapphire #14305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 12.27%
G = 29.45%
B = 58.28%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14305F (or 0x14305F) is known color: Sapphire. HEX triplet: 14, 30 and 5F. RGB value is (20,48,95). Sum of RGB (Red+Green+Blue) = 20+48+95=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #14305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14305F is #EBCFA0. Grayscale: #2C2C2C. Windows color (decimal): -15454113 or 6238228. OLE color: 6238228.

HSL color Cylindrical-coordinate representation of color #14305F: hue angle of 217.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14305F is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 48 95 -
CMYK 0.79 0.49 0 0.63
HSL 217.6º 0.65% 0.23% -
HSV(B) 217.6º 0.79% 0.37% -
XYZ 3.41 3.09 11.24 -
YUV 44.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 20 48 95 0.79 0.49 0 0.63 217.6 0.65 0.23
Hex 14 30 5F 4F 31 0 3F DA 41 17
Octal 24 60 137 117 61 0 77 332 101 27
Binary 10100 110000 1011111 1001111 110001 0 111111 11011010 1000001 10111

Color Harmonies of #14305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14305F

Black with #14305F

Text Example


Text Example

White with #14305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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