Html Css Color HEX #143862 Regal Blue

📋 copy color: '#143862'

red 20 ◦ green 56 ◦ blue 98

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

Shades of Regal Blue #143862

Tints of Regal Blue #143862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

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

R = 11.49%
G = 32.18%
B = 56.32%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#143862 (or 0x143862) is known color: Regal Blue. HEX triplet: 14, 38 and 62. RGB value is (20,56,98). Sum of RGB (Red+Green+Blue) = 20+56+98=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #143862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143862 is #EBC79D. Grayscale: #313131. Windows color (decimal): -15452062 or 6436884. OLE color: 6436884.

HSL color Cylindrical-coordinate representation of color #143862: hue angle of 212.31º 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 #143862 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 56 98 -
CMYK 0.80 0.43 0 0.62
HSL 212.31º 0.66% 0.23% -
HSV(B) 212.31º 0.8% 0.38% -
XYZ 3.91 3.86 12.09 -
YUV 50.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 20 56 98 0.80 0.43 0 0.62 212.31 0.66 0.23
Hex 14 38 62 50 2B 0 3E D4 42 17
Octal 24 70 142 120 53 0 76 324 102 27
Binary 10100 111000 1100010 1010000 101011 0 111110 11010100 1000010 10111

Color Harmonies of #143862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143862

Black with #143862

Text Example


Text Example

White with #143862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143862; }

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

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

background-color css

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

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

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

border-color css

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

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

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