Html Css Color HEX #194057 Regal Blue

📋 copy color: '#194057'

red 25 ◦ green 64 ◦ blue 87

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

Shades of Regal Blue #194057

Tints of Regal Blue #194057

RGB

 RED value IS 25 (10.16% from 255) = 14.2%

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 87 (34.38% from 255) = 49.43%

R = 14.2%
G = 36.36%
B = 49.43%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#194057 (or 0x194057) is known color: Regal Blue. HEX triplet: 19, 40 and 57. RGB value is (25,64,87). Sum of RGB (Red+Green+Blue) = 25+64+87=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #194057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194057 is #E6BFA8. Grayscale: #363636. Windows color (decimal): -15122345 or 5718041. OLE color: 5718041.

HSL color Cylindrical-coordinate representation of color #194057: hue angle of 202.26º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194057 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 64 87 -
CMYK 0.71 0.26 0 0.66
HSL 202.26º 0.55% 0.22% -
HSV(B) 202.26º 0.71% 0.34% -
XYZ 3.95 4.56 9.69 -
YUV 54.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 25 64 87 0.71 0.26 0 0.66 202.26 0.55 0.22
Hex 19 40 57 47 1A 0 42 CA 37 16
Octal 31 100 127 107 32 0 102 312 67 26
Binary 11001 1000000 1010111 1000111 11010 0 1000010 11001010 110111 10110

Color Harmonies of #194057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194057

Black with #194057

Text Example


Text Example

White with #194057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194057; }

 p { color: rgb(25,64,87); }

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

background-color css

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

 a { background-color: rgb(25,64,87); }

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

border-color css

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

 span { border-color: rgb(25,64,87); }

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