Html Css Color HEX #14266E Sapphire

📋 copy color: '#14266E'

red 20 ◦ green 38 ◦ blue 110

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

Shades of Sapphire #14266E

Tints of Sapphire #14266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 11.9%
G = 22.62%
B = 65.48%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14266E (or 0x14266E) is known color: Sapphire. HEX triplet: 14, 26 and 6E. RGB value is (20,38,110). Sum of RGB (Red+Green+Blue) = 20+38+110=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #14266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14266E is #EBD991. Grayscale: #282828. Windows color (decimal): -15456658 or 7218708. OLE color: 7218708.

HSL color Cylindrical-coordinate representation of color #14266E: hue angle of 228º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14266E is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 38 110 -
CMYK 0.82 0.65 0 0.57
HSL 228º 0.69% 0.25% -
HSV(B) 228º 0.82% 0.43% -
XYZ 3.8 2.66 15.07 -
YUV 40.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 20 38 110 0.82 0.65 0 0.57 228 0.69 0.25
Hex 14 26 6E 52 41 0 39 E4 45 19
Octal 24 46 156 122 101 0 71 344 105 31
Binary 10100 100110 1101110 1010010 1000001 0 111001 11100100 1000101 11001

Color Harmonies of #14266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14266E

Black with #14266E

Text Example


Text Example

White with #14266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14266E; }

 p { color: rgb(20,38,110); }

 H1.HeaderClassName
 {
   color: #14266E;
 }
 .AnyTagClassName
 {
   color: #14266E;
 }
</style>

background-color css

<style>
 a { background-color: #14266E; }

 a { background-color: rgb(20,38,110); }

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

border-color css

<style>
 span { border-color: #14266E; }

 span { border-color: rgb(20,38,110); }

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