Html Css Color HEX #194AB5 Cerulean Blue

📋 copy color: '#194AB5'

red 25 ◦ green 74 ◦ blue 181

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

Shades of Cerulean Blue #194AB5

Tints of Cerulean Blue #194AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.64%

R = 8.93%
G = 26.43%
B = 64.64%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#194AB5 (or 0x194AB5) is known color: Cerulean Blue. HEX triplet: 19, 4A and B5. RGB value is (25,74,181). Sum of RGB (Red+Green+Blue) = 25+74+181=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #194AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AB5 is #E6B54A. Grayscale: #474747. Windows color (decimal): -15119691 or 11880985. OLE color: 11880985.

HSL color Cylindrical-coordinate representation of color #194AB5: hue angle of 221.15º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194AB5 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 74 181 -
CMYK 0.86 0.59 0 0.29
HSL 221.15º 0.76% 0.4% -
HSV(B) 221.15º 0.86% 0.71% -
XYZ 11.19 8.44 44.76 -
YUV 71.55 189.77 94.8 -
System Red Green Blue C M Y K H S L
Decimal 25 74 181 0.86 0.59 0 0.29 221.15 0.76 0.4
Hex 19 4A B5 56 3B 0 1D DD 4C 28
Octal 31 112 265 126 73 0 35 335 114 50
Binary 11001 1001010 10110101 1010110 111011 0 11101 11011101 1001100 101000

Color Harmonies of #194AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AB5

Black with #194AB5

Text Example


Text Example

White with #194AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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