Html Css Color HEX #14366F Sapphire

📋 copy color: '#14366F'

red 20 ◦ green 54 ◦ blue 111

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

Shades of Sapphire #14366F

Tints of Sapphire #14366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60%

R = 10.81%
G = 29.19%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14366F (or 0x14366F) is known color: Sapphire. HEX triplet: 14, 36 and 6F. RGB value is (20,54,111). Sum of RGB (Red+Green+Blue) = 20+54+111=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #14366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14366F is #EBC990. Grayscale: #323232. Windows color (decimal): -15452561 or 7288340. OLE color: 7288340.

HSL color Cylindrical-coordinate representation of color #14366F: hue angle of 217.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14366F is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 54 111 -
CMYK 0.82 0.51 0 0.56
HSL 217.58º 0.69% 0.26% -
HSV(B) 217.58º 0.82% 0.44% -
XYZ 4.48 3.93 15.56 -
YUV 50.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 20 54 111 0.82 0.51 0 0.56 217.58 0.69 0.26
Hex 14 36 6F 52 33 0 38 DA 45 1A
Octal 24 66 157 122 63 0 70 332 105 32
Binary 10100 110110 1101111 1010010 110011 0 111000 11011010 1000101 11010

Color Harmonies of #14366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14366F

Black with #14366F

Text Example


Text Example

White with #14366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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