Html Css Color HEX #143B68 Regal Blue

📋 copy color: '#143B68'

red 20 ◦ green 59 ◦ blue 104

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

Shades of Regal Blue #143B68

Tints of Regal Blue #143B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.24%

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

R = 10.93%
G = 32.24%
B = 56.83%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143B68 (or 0x143B68) is known color: Regal Blue. HEX triplet: 14, 3B and 68. RGB value is (20,59,104). Sum of RGB (Red+Green+Blue) = 20+59+104=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #143B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B68 is #EBC497. Grayscale: #343434. Windows color (decimal): -15451288 or 6830868. OLE color: 6830868.

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

Color convert

RGB 20 59 104 -
CMYK 0.81 0.43 0 0.59
HSL 212.14º 0.68% 0.24% -
HSV(B) 212.14º 0.81% 0.41% -
XYZ 4.35 4.28 13.69 -
YUV 52.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 20 59 104 0.81 0.43 0 0.59 212.14 0.68 0.24
Hex 14 3B 68 51 2B 0 3B D4 44 18
Octal 24 73 150 121 53 0 73 324 104 30
Binary 10100 111011 1101000 1010001 101011 0 111011 11010100 1000100 11000

Color Harmonies of #143B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B68

Black with #143B68

Text Example


Text Example

White with #143B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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