Html Css Color HEX #143567 Sapphire

📋 copy color: '#143567'

red 20 ◦ green 53 ◦ blue 103

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

Shades of Sapphire #143567

Tints of Sapphire #143567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

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

R = 11.36%
G = 30.11%
B = 58.52%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#143567 (or 0x143567) is known color: Sapphire. HEX triplet: 14, 35 and 67. RGB value is (20,53,103). Sum of RGB (Red+Green+Blue) = 20+53+103=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #143567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143567 is #EBCA98. Grayscale: #303030. Windows color (decimal): -15452825 or 6763796. OLE color: 6763796.

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

Color convert

RGB 20 53 103 -
CMYK 0.81 0.49 0 0.60
HSL 216.14º 0.67% 0.24% -
HSV(B) 216.14º 0.81% 0.4% -
XYZ 4.01 3.67 13.33 -
YUV 48.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 20 53 103 0.81 0.49 0 0.60 216.14 0.67 0.24
Hex 14 35 67 51 31 0 3C D8 43 18
Octal 24 65 147 121 61 0 74 330 103 30
Binary 10100 110101 1100111 1010001 110001 0 111100 11011000 1000011 11000

Color Harmonies of #143567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143567

Black with #143567

Text Example


Text Example

White with #143567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143567; }

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

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

background-color css

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

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

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

border-color css

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

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

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