Html Css Color HEX #142D77 Sapphire

📋 copy color: '#142D77'

red 20 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #142D77

Tints of Sapphire #142D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.46%

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 10.87%
G = 24.46%
B = 64.67%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142D77 (or 0x142D77) is known color: Sapphire. HEX triplet: 14, 2D and 77. RGB value is (20,45,119). Sum of RGB (Red+Green+Blue) = 20+45+119=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #142D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D77 is #EBD288. Grayscale: #2D2D2D. Windows color (decimal): -15454857 or 7810324. OLE color: 7810324.

HSL color Cylindrical-coordinate representation of color #142D77: hue angle of 224.85º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142D77 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 45 119 -
CMYK 0.83 0.62 0 0.53
HSL 224.85º 0.71% 0.27% -
HSV(B) 224.85º 0.83% 0.47% -
XYZ 4.56 3.36 17.86 -
YUV 45.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 20 45 119 0.83 0.62 0 0.53 224.85 0.71 0.27
Hex 14 2D 77 53 3E 0 35 E1 47 1B
Octal 24 55 167 123 76 0 65 341 107 33
Binary 10100 101101 1110111 1010011 111110 0 110101 11100001 1000111 11011

Color Harmonies of #142D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D77

Black with #142D77

Text Example


Text Example

White with #142D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142D77; }

 p { color: rgb(20,45,119); }

 H1.HeaderClassName
 {
   color: #142D77;
 }
 .AnyTagClassName
 {
   color: #142D77;
 }
</style>

background-color css

<style>
 a { background-color: #142D77; }

 a { background-color: rgb(20,45,119); }

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

border-color css

<style>
 span { border-color: #142D77; }

 span { border-color: rgb(20,45,119); }

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