Html Css Color HEX #194DAE Cerulean Blue

📋 copy color: '#194DAE'

red 25 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #194DAE

Tints of Cerulean Blue #194DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 9.06%
G = 27.9%
B = 63.04%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#194DAE (or 0x194DAE) is known color: Cerulean Blue. HEX triplet: 19, 4D and AE. RGB value is (25,77,174). Sum of RGB (Red+Green+Blue) = 25+77+174=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #194DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DAE is #E6B251. Grayscale: #484848. Windows color (decimal): -15118930 or 11423001. OLE color: 11423001.

HSL color Cylindrical-coordinate representation of color #194DAE: hue angle of 219.06º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194DAE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 77 174 -
CMYK 0.86 0.56 0 0.32
HSL 219.06º 0.75% 0.39% -
HSV(B) 219.06º 0.86% 0.68% -
XYZ 10.69 8.57 41.13 -
YUV 72.51 185.27 94.11 -
System Red Green Blue C M Y K H S L
Decimal 25 77 174 0.86 0.56 0 0.32 219.06 0.75 0.39
Hex 19 4D AE 56 38 0 20 DB 4B 27
Octal 31 115 256 126 70 0 40 333 113 47
Binary 11001 1001101 10101110 1010110 111000 0 100000 11011011 1001011 100111

Color Harmonies of #194DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DAE

Black with #194DAE

Text Example


Text Example

White with #194DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194DAE; }

 p { color: rgb(25,77,174); }

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

background-color css

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

 a { background-color: rgb(25,77,174); }

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

border-color css

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

 span { border-color: rgb(25,77,174); }

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