Html Css Color HEX #194280 Dark Cerulean

📋 copy color: '#194280'

red 25 ◦ green 66 ◦ blue 128

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

Shades of Dark Cerulean #194280

Tints of Dark Cerulean #194280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 11.42%
G = 30.14%
B = 58.45%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#194280 (or 0x194280) is known color: Dark Cerulean. HEX triplet: 19, 42 and 80. RGB value is (25,66,128). Sum of RGB (Red+Green+Blue) = 25+66+128=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #194280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194280 is #E6BD7F. Grayscale: #3C3C3C. Windows color (decimal): -15121792 or 8405529. OLE color: 8405529.

HSL color Cylindrical-coordinate representation of color #194280: hue angle of 216.12º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194280 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 66 128 -
CMYK 0.80 0.48 0 0.50
HSL 216.12º 0.67% 0.3% -
HSV(B) 216.12º 0.8% 0.5% -
XYZ 6.25 5.66 21.19 -
YUV 60.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 25 66 128 0.80 0.48 0 0.50 216.12 0.67 0.3
Hex 19 42 80 50 30 0 32 D8 43 1E
Octal 31 102 200 120 60 0 62 330 103 36
Binary 11001 1000010 10000000 1010000 110000 0 110010 11011000 1000011 11110

Color Harmonies of #194280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194280

Black with #194280

Text Example


Text Example

White with #194280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194280; }

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

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

background-color css

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

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

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

border-color css

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

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

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