Html Css Color HEX #142D68 Sapphire

📋 copy color: '#142D68'

red 20 ◦ green 45 ◦ blue 104

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

Shades of Sapphire #142D68

Tints of Sapphire #142D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.54%

R = 11.83%
G = 26.63%
B = 61.54%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#142D68 (or 0x142D68) is known color: Sapphire. HEX triplet: 14, 2D and 68. RGB value is (20,45,104). Sum of RGB (Red+Green+Blue) = 20+45+104=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #142D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D68 is #EBD297. Grayscale: #2B2B2B. Windows color (decimal): -15454872 or 6827284. OLE color: 6827284.

HSL color Cylindrical-coordinate representation of color #142D68: hue angle of 222.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142D68 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 45 104 -
CMYK 0.81 0.57 0 0.59
HSL 222.14º 0.68% 0.24% -
HSV(B) 222.14º 0.81% 0.41% -
XYZ 3.73 3.02 13.48 -
YUV 44.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 20 45 104 0.81 0.57 0 0.59 222.14 0.68 0.24
Hex 14 2D 68 51 39 0 3B DE 44 18
Octal 24 55 150 121 71 0 73 336 104 30
Binary 10100 101101 1101000 1010001 111001 0 111011 11011110 1000100 11000

Color Harmonies of #142D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D68

Black with #142D68

Text Example


Text Example

White with #142D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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