Html Css Color HEX #14306B Sapphire

📋 copy color: '#14306B'

red 20 ◦ green 48 ◦ blue 107

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

Shades of Sapphire #14306B

Tints of Sapphire #14306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 61.14%

R = 11.43%
G = 27.43%
B = 61.14%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14306B (or 0x14306B) is known color: Sapphire. HEX triplet: 14, 30 and 6B. RGB value is (20,48,107). Sum of RGB (Red+Green+Blue) = 20+48+107=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #14306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14306B is #EBCF94. Grayscale: #2E2E2E. Windows color (decimal): -15454101 or 7024660. OLE color: 7024660.

HSL color Cylindrical-coordinate representation of color #14306B: hue angle of 220.69º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14306B is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 48 107 -
CMYK 0.81 0.55 0 0.58
HSL 220.69º 0.69% 0.25% -
HSV(B) 220.69º 0.81% 0.42% -
XYZ 4 3.32 14.34 -
YUV 46.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 20 48 107 0.81 0.55 0 0.58 220.69 0.69 0.25
Hex 14 30 6B 51 37 0 3A DD 45 19
Octal 24 60 153 121 67 0 72 335 105 31
Binary 10100 110000 1101011 1010001 110111 0 111010 11011101 1000101 11001

Color Harmonies of #14306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14306B

Black with #14306B

Text Example


Text Example

White with #14306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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