Html Css Color HEX #194DAC Cerulean Blue

📋 copy color: '#194DAC'

red 25 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #194DAC

Tints of Cerulean Blue #194DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 9.12%
G = 28.1%
B = 62.77%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#194DAC (or 0x194DAC) is known color: Cerulean Blue. HEX triplet: 19, 4D and AC. RGB value is (25,77,172). Sum of RGB (Red+Green+Blue) = 25+77+172=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #194DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DAC is #E6B253. Grayscale: #474747. Windows color (decimal): -15118932 or 11291929. OLE color: 11291929.

HSL color Cylindrical-coordinate representation of color #194DAC: hue angle of 218.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194DAC is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 77 172 -
CMYK 0.85 0.55 0 0.33
HSL 218.78º 0.75% 0.39% -
HSV(B) 218.78º 0.85% 0.67% -
XYZ 10.5 8.49 40.12 -
YUV 72.28 184.27 94.28 -
System Red Green Blue C M Y K H S L
Decimal 25 77 172 0.85 0.55 0 0.33 218.78 0.75 0.39
Hex 19 4D AC 55 37 0 21 DB 4B 27
Octal 31 115 254 125 67 0 41 333 113 47
Binary 11001 1001101 10101100 1010101 110111 0 100001 11011011 1001011 100111

Color Harmonies of #194DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DAC

Black with #194DAC

Text Example


Text Example

White with #194DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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