Html Css Color HEX #14366B Sapphire

📋 copy color: '#14366B'

red 20 ◦ green 54 ◦ blue 107

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

Shades of Sapphire #14366B

Tints of Sapphire #14366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

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

R = 11.05%
G = 29.83%
B = 59.12%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14366B (or 0x14366B) is known color: Sapphire. HEX triplet: 14, 36 and 6B. RGB value is (20,54,107). Sum of RGB (Red+Green+Blue) = 20+54+107=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #14366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14366B is #EBC994. Grayscale: #313131. Windows color (decimal): -15452565 or 7026196. OLE color: 7026196.

HSL color Cylindrical-coordinate representation of color #14366B: hue angle of 216.55º 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 #14366B is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 54 107 -
CMYK 0.81 0.50 0 0.58
HSL 216.55º 0.69% 0.25% -
HSV(B) 216.55º 0.81% 0.42% -
XYZ 4.26 3.85 14.43 -
YUV 49.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 20 54 107 0.81 0.50 0 0.58 216.55 0.69 0.25
Hex 14 36 6B 51 32 0 3A D9 45 19
Octal 24 66 153 121 62 0 72 331 105 31
Binary 10100 110110 1101011 1010001 110010 0 111010 11011001 1000101 11001

Color Harmonies of #14366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14366B

Black with #14366B

Text Example


Text Example

White with #14366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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