Html Css Color HEX #14307B Sapphire

📋 copy color: '#14307B'

red 20 ◦ green 48 ◦ blue 123

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

Shades of Sapphire #14307B

Tints of Sapphire #14307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 64.4%

R = 10.47%
G = 25.13%
B = 64.4%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14307B (or 0x14307B) is known color: Sapphire. HEX triplet: 14, 30 and 7B. RGB value is (20,48,123). Sum of RGB (Red+Green+Blue) = 20+48+123=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #14307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14307B is #EBCF84. Grayscale: #2F2F2F. Windows color (decimal): -15454085 or 8073236. OLE color: 8073236.

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

Color convert

RGB 20 48 123 -
CMYK 0.84 0.61 0 0.52
HSL 223.69º 0.72% 0.28% -
HSV(B) 223.69º 0.84% 0.48% -
XYZ 4.92 3.69 19.19 -
YUV 48.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 20 48 123 0.84 0.61 0 0.52 223.69 0.72 0.28
Hex 14 30 7B 54 3D 0 34 E0 48 1C
Octal 24 60 173 124 75 0 64 340 110 34
Binary 10100 110000 1111011 1010100 111101 0 110100 11100000 1001000 11100

Color Harmonies of #14307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14307B

Black with #14307B

Text Example


Text Example

White with #14307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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