Html Css Color HEX #142F6F Sapphire

📋 copy color: '#142F6F'

red 20 ◦ green 47 ◦ blue 111

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

Shades of Sapphire #142F6F

Tints of Sapphire #142F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.36%

R = 11.24%
G = 26.4%
B = 62.36%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142F6F (or 0x142F6F) is known color: Sapphire. HEX triplet: 14, 2F and 6F. RGB value is (20,47,111). Sum of RGB (Red+Green+Blue) = 20+47+111=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #142F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F6F is #EBD090. Grayscale: #2D2D2D. Windows color (decimal): -15454353 or 7286548. OLE color: 7286548.

HSL color Cylindrical-coordinate representation of color #142F6F: hue angle of 222.2º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142F6F is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 47 111 -
CMYK 0.82 0.58 0 0.56
HSL 222.2º 0.69% 0.26% -
HSV(B) 222.2º 0.82% 0.44% -
XYZ 4.17 3.33 15.46 -
YUV 46.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 20 47 111 0.82 0.58 0 0.56 222.2 0.69 0.26
Hex 14 2F 6F 52 3A 0 38 DE 45 1A
Octal 24 57 157 122 72 0 70 336 105 32
Binary 10100 101111 1101111 1010010 111010 0 111000 11011110 1000101 11010

Color Harmonies of #142F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F6F

Black with #142F6F

Text Example


Text Example

White with #142F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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