Html Css Color HEX #14307D Sapphire

📋 copy color: '#14307D'

red 20 ◦ green 48 ◦ blue 125

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

Shades of Sapphire #14307D

Tints of Sapphire #14307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.77%

R = 10.36%
G = 24.87%
B = 64.77%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14307D (or 0x14307D) is known color: Sapphire. HEX triplet: 14, 30 and 7D. RGB value is (20,48,125). Sum of RGB (Red+Green+Blue) = 20+48+125=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #14307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14307D is #EBCF82. Grayscale: #303030. Windows color (decimal): -15454083 or 8204308. OLE color: 8204308.

HSL color Cylindrical-coordinate representation of color #14307D: hue angle of 224º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14307D is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 48 125 -
CMYK 0.84 0.62 0 0.51
HSL 224º 0.72% 0.28% -
HSV(B) 224º 0.84% 0.49% -
XYZ 5.05 3.74 19.86 -
YUV 48.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 20 48 125 0.84 0.62 0 0.51 224 0.72 0.28
Hex 14 30 7D 54 3E 0 33 E0 48 1C
Octal 24 60 175 124 76 0 63 340 110 34
Binary 10100 110000 1111101 1010100 111110 0 110011 11100000 1001000 11100

Color Harmonies of #14307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14307D

Black with #14307D

Text Example


Text Example

White with #14307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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