Html Css Color HEX #14336B Sapphire

📋 copy color: '#14336B'

red 20 ◦ green 51 ◦ blue 107

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

Shades of Sapphire #14336B

Tints of Sapphire #14336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

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

R = 11.24%
G = 28.65%
B = 60.11%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14336B (or 0x14336B) is known color: Sapphire. HEX triplet: 14, 33 and 6B. RGB value is (20,51,107). Sum of RGB (Red+Green+Blue) = 20+51+107=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #14336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14336B is #EBCC94. Grayscale: #2F2F2F. Windows color (decimal): -15453333 or 7025428. OLE color: 7025428.

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

Color convert

RGB 20 51 107 -
CMYK 0.81 0.52 0 0.58
HSL 218.62º 0.69% 0.25% -
HSV(B) 218.62º 0.81% 0.42% -
XYZ 4.13 3.58 14.38 -
YUV 48.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 20 51 107 0.81 0.52 0 0.58 218.62 0.69 0.25
Hex 14 33 6B 51 34 0 3A DB 45 19
Octal 24 63 153 121 64 0 72 333 105 31
Binary 10100 110011 1101011 1010001 110100 0 111010 11011011 1000101 11001

Color Harmonies of #14336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14336B

Black with #14336B

Text Example


Text Example

White with #14336B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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