Html Css Color HEX #142C6B Sapphire

📋 copy color: '#142C6B'

red 20 ◦ green 44 ◦ blue 107

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

Shades of Sapphire #142C6B

Tints of Sapphire #142C6B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 11.7%
G = 25.73%
B = 62.57%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#142C6B (or 0x142C6B) is known color: Sapphire. HEX triplet: 14, 2C and 6B. RGB value is (20,44,107). Sum of RGB (Red+Green+Blue) = 20+44+107=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #142C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C6B is #EBD394. Grayscale: #2B2B2B. Windows color (decimal): -15455125 or 7023636. OLE color: 7023636.

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

Color convert

RGB 20 44 107 -
CMYK 0.81 0.59 0 0.58
HSL 223.45º 0.69% 0.25% -
HSV(B) 223.45º 0.81% 0.42% -
XYZ 3.84 3.01 14.29 -
YUV 44.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 20 44 107 0.81 0.59 0 0.58 223.45 0.69 0.25
Hex 14 2C 6B 51 3B 0 3A DF 45 19
Octal 24 54 153 121 73 0 72 337 105 31
Binary 10100 101100 1101011 1010001 111011 0 111010 11011111 1000101 11001

Color Harmonies of #142C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C6B

Black with #142C6B

Text Example


Text Example

White with #142C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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