Html Css Color HEX #194AB9 Cerulean Blue

📋 copy color: '#194AB9'

red 25 ◦ green 74 ◦ blue 185

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

Shades of Cerulean Blue #194AB9

Tints of Cerulean Blue #194AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

 BLUE value IS 185 (72.66% from 255) = 65.14%

R = 8.8%
G = 26.06%
B = 65.14%

CMYK

 C value IS 0.86

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#194AB9 (or 0x194AB9) is known color: Cerulean Blue. HEX triplet: 19, 4A and B9. RGB value is (25,74,185). Sum of RGB (Red+Green+Blue) = 25+74+185=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #194AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AB9 is #E6B546. Grayscale: #474747. Windows color (decimal): -15119687 or 12143129. OLE color: 12143129.

HSL color Cylindrical-coordinate representation of color #194AB9: hue angle of 221.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194AB9 is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 74 185 -
CMYK 0.86 0.6 0 0.27
HSL 221.63º 0.76% 0.41% -
HSV(B) 221.63º 0.86% 0.73% -
XYZ 11.61 8.61 46.95 -
YUV 72 191.77 94.47 -
System Red Green Blue C M Y K H S L
Decimal 25 74 185 0.86 0.6 0 0.27 221.63 0.76 0.41
Hex 19 4A B9 56 3C 0 1B DE 4C 29
Octal 31 112 271 126 74 0 33 336 114 51
Binary 11001 1001010 10111001 1010110 111100 0 11011 11011110 1001100 101001

Color Harmonies of #194AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AB9

Black with #194AB9

Text Example


Text Example

White with #194AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,74,185); }

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

background-color css

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

 a { background-color: rgb(25,74,185); }

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

border-color css

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

 span { border-color: rgb(25,74,185); }

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