Html Css Color HEX #143762 Regal Blue

📋 copy color: '#143762'

red 20 ◦ green 55 ◦ blue 98

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

Shades of Regal Blue #143762

Tints of Regal Blue #143762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 11.56%
G = 31.79%
B = 56.65%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143762 (or 0x143762) is known color: Regal Blue. HEX triplet: 14, 37 and 62. RGB value is (20,55,98). Sum of RGB (Red+Green+Blue) = 20+55+98=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #143762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143762 is #EBC89D. Grayscale: #313131. Windows color (decimal): -15452318 or 6436628. OLE color: 6436628.

HSL color Cylindrical-coordinate representation of color #143762: hue angle of 213.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143762 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 55 98 -
CMYK 0.80 0.44 0 0.62
HSL 213.08º 0.66% 0.23% -
HSV(B) 213.08º 0.8% 0.38% -
XYZ 3.86 3.76 12.08 -
YUV 49.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 20 55 98 0.80 0.44 0 0.62 213.08 0.66 0.23
Hex 14 37 62 50 2C 0 3E D5 42 17
Octal 24 67 142 120 54 0 76 325 102 27
Binary 10100 110111 1100010 1010000 101100 0 111110 11010101 1000010 10111

Color Harmonies of #143762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143762

Black with #143762

Text Example


Text Example

White with #143762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143762; }

 p { color: rgb(20,55,98); }

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

background-color css

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

 a { background-color: rgb(20,55,98); }

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

border-color css

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

 span { border-color: rgb(20,55,98); }

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