Html Css Color HEX #143367 Sapphire

📋 copy color: '#143367'

red 20 ◦ green 51 ◦ blue 103

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

Shades of Sapphire #143367

Tints of Sapphire #143367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 11.49%
G = 29.31%
B = 59.2%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#143367 (or 0x143367) is known color: Sapphire. HEX triplet: 14, 33 and 67. RGB value is (20,51,103). Sum of RGB (Red+Green+Blue) = 20+51+103=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #143367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143367 is #EBCC98. Grayscale: #2F2F2F. Windows color (decimal): -15453337 or 6763284. OLE color: 6763284.

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

Color convert

RGB 20 51 103 -
CMYK 0.81 0.50 0 0.60
HSL 217.59º 0.67% 0.24% -
HSV(B) 217.59º 0.81% 0.4% -
XYZ 3.92 3.5 13.3 -
YUV 47.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 20 51 103 0.81 0.50 0 0.60 217.59 0.67 0.24
Hex 14 33 67 51 32 0 3C DA 43 18
Octal 24 63 147 121 62 0 74 332 103 30
Binary 10100 110011 1100111 1010001 110010 0 111100 11011010 1000011 11000

Color Harmonies of #143367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143367

Black with #143367

Text Example


Text Example

White with #143367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143367; }

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

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

background-color css

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

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

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

border-color css

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

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

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