Html Css Color HEX #142E67 Sapphire

📋 copy color: '#142E67'

red 20 ◦ green 46 ◦ blue 103

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

Shades of Sapphire #142E67

Tints of Sapphire #142E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.22%

 BLUE value IS 103 (40.63% from 255) = 60.95%

R = 11.83%
G = 27.22%
B = 60.95%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#142E67 (or 0x142E67) is known color: Sapphire. HEX triplet: 14, 2E and 67. RGB value is (20,46,103). Sum of RGB (Red+Green+Blue) = 20+46+103=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #142E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E67 is #EBD198. Grayscale: #2C2C2C. Windows color (decimal): -15454617 or 6762004. OLE color: 6762004.

HSL color Cylindrical-coordinate representation of color #142E67: hue angle of 221.2º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142E67 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 46 103 -
CMYK 0.81 0.55 0 0.60
HSL 221.2º 0.67% 0.24% -
HSV(B) 221.2º 0.81% 0.4% -
XYZ 3.71 3.08 13.23 -
YUV 44.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 20 46 103 0.81 0.55 0 0.60 221.2 0.67 0.24
Hex 14 2E 67 51 37 0 3C DD 43 18
Octal 24 56 147 121 67 0 74 335 103 30
Binary 10100 101110 1100111 1010001 110111 0 111100 11011101 1000011 11000

Color Harmonies of #142E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E67

Black with #142E67

Text Example


Text Example

White with #142E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,103); }

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

background-color css

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

 a { background-color: rgb(20,46,103); }

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

border-color css

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

 span { border-color: rgb(20,46,103); }

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