Html Css Color HEX #142F67 Sapphire

📋 copy color: '#142F67'

red 20 ◦ green 47 ◦ blue 103

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

Shades of Sapphire #142F67

Tints of Sapphire #142F67

RGB

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

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

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

R = 11.76%
G = 27.65%
B = 60.59%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#142F67 (or 0x142F67) is known color: Sapphire. HEX triplet: 14, 2F and 67. RGB value is (20,47,103). Sum of RGB (Red+Green+Blue) = 20+47+103=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #142F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F67 is #EBD098. Grayscale: #2D2D2D. Windows color (decimal): -15454361 or 6762260. OLE color: 6762260.

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

Color convert

RGB 20 47 103 -
CMYK 0.81 0.54 0 0.60
HSL 220.48º 0.67% 0.24% -
HSV(B) 220.48º 0.81% 0.4% -
XYZ 3.75 3.16 13.24 -
YUV 45.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 20 47 103 0.81 0.54 0 0.60 220.48 0.67 0.24
Hex 14 2F 67 51 36 0 3C DC 43 18
Octal 24 57 147 121 66 0 74 334 103 30
Binary 10100 101111 1100111 1010001 110110 0 111100 11011100 1000011 11000

Color Harmonies of #142F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F67

Black with #142F67

Text Example


Text Example

White with #142F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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