Html Css Color HEX #14225A Sapphire

📋 copy color: '#14225A'

red 20 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #14225A

Tints of Sapphire #14225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 13.89%
G = 23.61%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#14225A (or 0x14225A) is known color: Sapphire. HEX triplet: 14, 22 and 5A. RGB value is (20,34,90). Sum of RGB (Red+Green+Blue) = 20+34+90=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #14225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14225A is #EBDDA5. Grayscale: #232323. Windows color (decimal): -15457702 or 5906964. OLE color: 5906964.

HSL color Cylindrical-coordinate representation of color #14225A: hue angle of 228º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14225A is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 34 90 -
CMYK 0.78 0.62 0 0.65
HSL 228º 0.64% 0.22% -
HSV(B) 228º 0.78% 0.35% -
XYZ 2.71 2.03 9.92 -
YUV 36.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 20 34 90 0.78 0.62 0 0.65 228 0.64 0.22
Hex 14 22 5A 4E 3E 0 41 E4 40 16
Octal 24 42 132 116 76 0 101 344 100 26
Binary 10100 100010 1011010 1001110 111110 0 1000001 11100100 1000000 10110

Color Harmonies of #14225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14225A

Black with #14225A

Text Example


Text Example

White with #14225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,34,90); }

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

background-color css

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

 a { background-color: rgb(20,34,90); }

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

border-color css

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

 span { border-color: rgb(20,34,90); }

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