Html Css Color HEX #14255C Sapphire

📋 copy color: '#14255C'

red 20 ◦ green 37 ◦ blue 92

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

Shades of Sapphire #14255C

Tints of Sapphire #14255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

 BLUE value IS 92 (36.33% from 255) = 61.74%

R = 13.42%
G = 24.83%
B = 61.74%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14255C (or 0x14255C) is known color: Sapphire. HEX triplet: 14, 25 and 5C. RGB value is (20,37,92). Sum of RGB (Red+Green+Blue) = 20+37+92=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #14255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14255C is #EBDAA3. Grayscale: #252525. Windows color (decimal): -15456932 or 6038804. OLE color: 6038804.

HSL color Cylindrical-coordinate representation of color #14255C: hue angle of 225.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14255C is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 37 92 -
CMYK 0.78 0.60 0 0.64
HSL 225.83º 0.64% 0.22% -
HSV(B) 225.83º 0.78% 0.36% -
XYZ 2.88 2.24 10.41 -
YUV 38.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 20 37 92 0.78 0.60 0 0.64 225.83 0.64 0.22
Hex 14 25 5C 4E 3C 0 40 E2 40 16
Octal 24 45 134 116 74 0 100 342 100 26
Binary 10100 100101 1011100 1001110 111100 0 1000000 11100010 1000000 10110

Color Harmonies of #14255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14255C

Black with #14255C

Text Example


Text Example

White with #14255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14255C; }

 p { color: rgb(20,37,92); }

 H1.HeaderClassName
 {
   color: #14255C;
 }
 .AnyTagClassName
 {
   color: #14255C;
 }
</style>

background-color css

<style>
 a { background-color: #14255C; }

 a { background-color: rgb(20,37,92); }

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

border-color css

<style>
 span { border-color: #14255C; }

 span { border-color: rgb(20,37,92); }

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