Html Css Color HEX #143258 Regal Blue

📋 copy color: '#143258'

red 20 ◦ green 50 ◦ blue 88

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

Shades of Regal Blue #143258

Tints of Regal Blue #143258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.65%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 12.66%
G = 31.65%
B = 55.7%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#143258 (or 0x143258) is known color: Regal Blue. HEX triplet: 14, 32 and 58. RGB value is (20,50,88). Sum of RGB (Red+Green+Blue) = 20+50+88=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #143258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143258 is #EBCDA7. Grayscale: #2D2D2D. Windows color (decimal): -15453608 or 5779988. OLE color: 5779988.

HSL color Cylindrical-coordinate representation of color #143258: hue angle of 213.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143258 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 50 88 -
CMYK 0.77 0.43 0 0.65
HSL 213.53º 0.63% 0.21% -
HSV(B) 213.53º 0.77% 0.35% -
XYZ 3.19 3.13 9.67 -
YUV 45.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 20 50 88 0.77 0.43 0 0.65 213.53 0.63 0.21
Hex 14 32 58 4D 2B 0 41 D6 3F 15
Octal 24 62 130 115 53 0 101 326 77 25
Binary 10100 110010 1011000 1001101 101011 0 1000001 11010110 111111 10101

Color Harmonies of #143258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143258

Black with #143258

Text Example


Text Example

White with #143258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143258; }

 p { color: rgb(20,50,88); }

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

background-color css

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

 a { background-color: rgb(20,50,88); }

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

border-color css

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

 span { border-color: rgb(20,50,88); }

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