Html Css Color HEX #194277 Dark Cerulean

📋 copy color: '#194277'

red 25 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #194277

Tints of Dark Cerulean #194277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 11.9%
G = 31.43%
B = 56.67%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194277 (or 0x194277) is known color: Dark Cerulean. HEX triplet: 19, 42 and 77. RGB value is (25,66,119). Sum of RGB (Red+Green+Blue) = 25+66+119=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #194277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194277 is #E6BD88. Grayscale: #3B3B3B. Windows color (decimal): -15121801 or 7815705. OLE color: 7815705.

HSL color Cylindrical-coordinate representation of color #194277: hue angle of 213.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194277 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 66 119 -
CMYK 0.79 0.45 0 0.53
HSL 213.83º 0.65% 0.28% -
HSV(B) 213.83º 0.79% 0.47% -
XYZ 5.68 5.44 18.2 -
YUV 59.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 25 66 119 0.79 0.45 0 0.53 213.83 0.65 0.28
Hex 19 42 77 4F 2D 0 35 D6 41 1C
Octal 31 102 167 117 55 0 65 326 101 34
Binary 11001 1000010 1110111 1001111 101101 0 110101 11010110 1000001 11100

Color Harmonies of #194277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194277

Black with #194277

Text Example


Text Example

White with #194277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194277; }

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

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

background-color css

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

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

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

border-color css

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

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

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