Html Css Color HEX #14366A Sapphire

📋 copy color: '#14366A'

red 20 ◦ green 54 ◦ blue 106

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

Shades of Sapphire #14366A

Tints of Sapphire #14366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 58.89%

R = 11.11%
G = 30%
B = 58.89%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14366A (or 0x14366A) is known color: Sapphire. HEX triplet: 14, 36 and 6A. RGB value is (20,54,106). Sum of RGB (Red+Green+Blue) = 20+54+106=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #14366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14366A is #EBC995. Grayscale: #313131. Windows color (decimal): -15452566 or 6960660. OLE color: 6960660.

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

Color convert

RGB 20 54 106 -
CMYK 0.81 0.49 0 0.58
HSL 216.28º 0.68% 0.25% -
HSV(B) 216.28º 0.81% 0.42% -
XYZ 4.21 3.83 14.15 -
YUV 49.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 20 54 106 0.81 0.49 0 0.58 216.28 0.68 0.25
Hex 14 36 6A 51 31 0 3A D8 44 19
Octal 24 66 152 121 61 0 72 330 104 31
Binary 10100 110110 1101010 1010001 110001 0 111010 11011000 1000100 11001

Color Harmonies of #14366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14366A

Black with #14366A

Text Example


Text Example

White with #14366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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