Html Css Color HEX #14297B Sapphire

📋 copy color: '#14297B'

red 20 ◦ green 41 ◦ blue 123

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

Shades of Sapphire #14297B

Tints of Sapphire #14297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 10.87%
G = 22.28%
B = 66.85%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#14297B (or 0x14297B) is known color: Sapphire. HEX triplet: 14, 29 and 7B. RGB value is (20,41,123). Sum of RGB (Red+Green+Blue) = 20+41+123=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #14297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14297B is #EBD684. Grayscale: #2B2B2B. Windows color (decimal): -15455877 or 8071444. OLE color: 8071444.

HSL color Cylindrical-coordinate representation of color #14297B: hue angle of 227.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14297B is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 41 123 -
CMYK 0.84 0.67 0 0.52
HSL 227.77º 0.72% 0.28% -
HSV(B) 227.77º 0.84% 0.48% -
XYZ 4.66 3.16 19.1 -
YUV 44.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 20 41 123 0.84 0.67 0 0.52 227.77 0.72 0.28
Hex 14 29 7B 54 43 0 34 E4 48 1C
Octal 24 51 173 124 103 0 64 344 110 34
Binary 10100 101001 1111011 1010100 1000011 0 110100 11100100 1001000 11100

Color Harmonies of #14297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14297B

Black with #14297B

Text Example


Text Example

White with #14297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,41,123); }

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

background-color css

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

 a { background-color: rgb(20,41,123); }

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

border-color css

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

 span { border-color: rgb(20,41,123); }

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