Html Css Color HEX #14265E Sapphire

📋 copy color: '#14265E'

red 20 ◦ green 38 ◦ blue 94

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

Shades of Sapphire #14265E

Tints of Sapphire #14265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.84%

R = 13.16%
G = 25%
B = 61.84%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14265E (or 0x14265E) is known color: Sapphire. HEX triplet: 14, 26 and 5E. RGB value is (20,38,94). Sum of RGB (Red+Green+Blue) = 20+38+94=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #14265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14265E is #EBD9A1. Grayscale: #262626. Windows color (decimal): -15456674 or 6170132. OLE color: 6170132.

HSL color Cylindrical-coordinate representation of color #14265E: hue angle of 225.41º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14265E is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 38 94 -
CMYK 0.79 0.60 0 0.63
HSL 225.41º 0.65% 0.22% -
HSV(B) 225.41º 0.79% 0.37% -
XYZ 3 2.34 10.88 -
YUV 39 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 20 38 94 0.79 0.60 0 0.63 225.41 0.65 0.22
Hex 14 26 5E 4F 3C 0 3F E1 41 16
Octal 24 46 136 117 74 0 77 341 101 26
Binary 10100 100110 1011110 1001111 111100 0 111111 11100001 1000001 10110

Color Harmonies of #14265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14265E

Black with #14265E

Text Example


Text Example

White with #14265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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