Html Css Color HEX #142F6B Sapphire

📋 copy color: '#142F6B'

red 20 ◦ green 47 ◦ blue 107

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

Shades of Sapphire #142F6B

Tints of Sapphire #142F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 61.49%

R = 11.49%
G = 27.01%
B = 61.49%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#142F6B (or 0x142F6B) is known color: Sapphire. HEX triplet: 14, 2F and 6B. RGB value is (20,47,107). Sum of RGB (Red+Green+Blue) = 20+47+107=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #142F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F6B is #EBD094. Grayscale: #2D2D2D. Windows color (decimal): -15454357 or 7024404. OLE color: 7024404.

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

Color convert

RGB 20 47 107 -
CMYK 0.81 0.56 0 0.58
HSL 221.38º 0.69% 0.25% -
HSV(B) 221.38º 0.81% 0.42% -
XYZ 3.96 3.24 14.33 -
YUV 45.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 20 47 107 0.81 0.56 0 0.58 221.38 0.69 0.25
Hex 14 2F 6B 51 38 0 3A DD 45 19
Octal 24 57 153 121 70 0 72 335 105 31
Binary 10100 101111 1101011 1010001 111000 0 111010 11011101 1000101 11001

Color Harmonies of #142F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F6B

Black with #142F6B

Text Example


Text Example

White with #142F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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