Html Css Color HEX #194380 Dark Cerulean

📋 copy color: '#194380'

red 25 ◦ green 67 ◦ blue 128

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

Shades of Dark Cerulean #194380

Tints of Dark Cerulean #194380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 11.36%
G = 30.45%
B = 58.18%

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

#194380 (or 0x194380) is known color: Dark Cerulean. HEX triplet: 19, 43 and 80. RGB value is (25,67,128). Sum of RGB (Red+Green+Blue) = 25+67+128=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #194380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194380 is #E6BC7F. Grayscale: #3D3D3D. Windows color (decimal): -15121536 or 8405785. OLE color: 8405785.

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

Color convert

RGB 25 67 128 -
CMYK 0.80 0.48 0 0.50
HSL 215.53º 0.67% 0.3% -
HSV(B) 215.53º 0.8% 0.5% -
XYZ 6.3 5.78 21.21 -
YUV 61.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 25 67 128 0.80 0.48 0 0.50 215.53 0.67 0.3
Hex 19 43 80 50 30 0 32 D8 43 1E
Octal 31 103 200 120 60 0 62 330 103 36
Binary 11001 1000011 10000000 1010000 110000 0 110010 11011000 1000011 11110

Color Harmonies of #194380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194380

Black with #194380

Text Example


Text Example

White with #194380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194380; }

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

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

background-color css

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

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

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

border-color css

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

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

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