Html Css Color HEX #143D68 Regal Blue

📋 copy color: '#143D68'

red 20 ◦ green 61 ◦ blue 104

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

Shades of Regal Blue #143D68

Tints of Regal Blue #143D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 10.81%
G = 32.97%
B = 56.22%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143D68 (or 0x143D68) is known color: Regal Blue. HEX triplet: 14, 3D and 68. RGB value is (20,61,104). Sum of RGB (Red+Green+Blue) = 20+61+104=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #143D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D68 is #EBC297. Grayscale: #353535. Windows color (decimal): -15450776 or 6831380. OLE color: 6831380.

HSL color Cylindrical-coordinate representation of color #143D68: hue angle of 210.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143D68 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 61 104 -
CMYK 0.81 0.41 0 0.59
HSL 210.71º 0.68% 0.24% -
HSV(B) 210.71º 0.81% 0.41% -
XYZ 4.46 4.49 13.73 -
YUV 53.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 20 61 104 0.81 0.41 0 0.59 210.71 0.68 0.24
Hex 14 3D 68 51 29 0 3B D3 44 18
Octal 24 75 150 121 51 0 73 323 104 30
Binary 10100 111101 1101000 1010001 101001 0 111011 11010011 1000100 11000

Color Harmonies of #143D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D68

Black with #143D68

Text Example


Text Example

White with #143D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D68; }

 p { color: rgb(20,61,104); }

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

background-color css

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

 a { background-color: rgb(20,61,104); }

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

border-color css

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

 span { border-color: rgb(20,61,104); }

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