Html Css Color HEX #194260 Regal Blue

📋 copy color: '#194260'

red 25 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #194260

Tints of Regal Blue #194260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 13.37%
G = 35.29%
B = 51.34%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#194260 (or 0x194260) is known color: Regal Blue. HEX triplet: 19, 42 and 60. RGB value is (25,66,96). Sum of RGB (Red+Green+Blue) = 25+66+96=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #194260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194260 is #E6BD9F. Grayscale: #393939. Windows color (decimal): -15121824 or 6308377. OLE color: 6308377.

HSL color Cylindrical-coordinate representation of color #194260: hue angle of 205.35º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #194260 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 66 96 -
CMYK 0.74 0.31 0 0.62
HSL 205.35º 0.59% 0.24% -
HSV(B) 205.35º 0.74% 0.38% -
XYZ 4.46 4.95 11.79 -
YUV 57.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 25 66 96 0.74 0.31 0 0.62 205.35 0.59 0.24
Hex 19 42 60 4A 1F 0 3E CD 3B 18
Octal 31 102 140 112 37 0 76 315 73 30
Binary 11001 1000010 1100000 1001010 11111 0 111110 11001101 111011 11000

Color Harmonies of #194260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194260

Black with #194260

Text Example


Text Example

White with #194260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194260; }

 p { color: rgb(25,66,96); }

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

background-color css

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

 a { background-color: rgb(25,66,96); }

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

border-color css

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

 span { border-color: rgb(25,66,96); }

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