Html Css Color HEX #14276C Sapphire

📋 copy color: '#14276C'

red 20 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #14276C

Tints of Sapphire #14276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

 BLUE value IS 108 (42.58% from 255) = 64.67%

R = 11.98%
G = 23.35%
B = 64.67%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14276C (or 0x14276C) is known color: Sapphire. HEX triplet: 14, 27 and 6C. RGB value is (20,39,108). Sum of RGB (Red+Green+Blue) = 20+39+108=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #14276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14276C is #EBD893. Grayscale: #282828. Windows color (decimal): -15456404 or 7087892. OLE color: 7087892.

HSL color Cylindrical-coordinate representation of color #14276C: hue angle of 227.05º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14276C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 39 108 -
CMYK 0.81 0.64 0 0.58
HSL 227.05º 0.69% 0.25% -
HSV(B) 227.05º 0.81% 0.42% -
XYZ 3.72 2.68 14.51 -
YUV 41.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 20 39 108 0.81 0.64 0 0.58 227.05 0.69 0.25
Hex 14 27 6C 51 40 0 3A E3 45 19
Octal 24 47 154 121 100 0 72 343 105 31
Binary 10100 100111 1101100 1010001 1000000 0 111010 11100011 1000101 11001

Color Harmonies of #14276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14276C

Black with #14276C

Text Example


Text Example

White with #14276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,39,108); }

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

background-color css

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

 a { background-color: rgb(20,39,108); }

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

border-color css

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

 span { border-color: rgb(20,39,108); }

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