Html Css Color HEX #142F68 Sapphire

📋 copy color: '#142F68'

red 20 ◦ green 47 ◦ blue 104

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

Shades of Sapphire #142F68

Tints of Sapphire #142F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

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

R = 11.7%
G = 27.49%
B = 60.82%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#142F68 (or 0x142F68) is known color: Sapphire. HEX triplet: 14, 2F and 68. RGB value is (20,47,104). Sum of RGB (Red+Green+Blue) = 20+47+104=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #142F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F68 is #EBD097. Grayscale: #2D2D2D. Windows color (decimal): -15454360 or 6827796. OLE color: 6827796.

HSL color Cylindrical-coordinate representation of color #142F68: hue angle of 220.71º 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 #142F68 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 47 104 -
CMYK 0.81 0.55 0 0.59
HSL 220.71º 0.68% 0.24% -
HSV(B) 220.71º 0.81% 0.41% -
XYZ 3.8 3.18 13.51 -
YUV 45.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 20 47 104 0.81 0.55 0 0.59 220.71 0.68 0.24
Hex 14 2F 68 51 37 0 3B DD 44 18
Octal 24 57 150 121 67 0 73 335 104 30
Binary 10100 101111 1101000 1010001 110111 0 111011 11011101 1000100 11000

Color Harmonies of #142F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F68

Black with #142F68

Text Example


Text Example

White with #142F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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