Html Css Color HEX #194AB8 Cerulean Blue

📋 copy color: '#194AB8'

red 25 ◦ green 74 ◦ blue 184

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

Shades of Cerulean Blue #194AB8

Tints of Cerulean Blue #194AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 65.02%

R = 8.83%
G = 26.15%
B = 65.02%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#194AB8 (or 0x194AB8) is known color: Cerulean Blue. HEX triplet: 19, 4A and B8. RGB value is (25,74,184). Sum of RGB (Red+Green+Blue) = 25+74+184=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #194AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AB8 is #E6B547. Grayscale: #474747. Windows color (decimal): -15119688 or 12077593. OLE color: 12077593.

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

Color convert

RGB 25 74 184 -
CMYK 0.86 0.60 0 0.28
HSL 221.51º 0.76% 0.41% -
HSV(B) 221.51º 0.86% 0.72% -
XYZ 11.5 8.56 46.39 -
YUV 71.89 191.27 94.56 -
System Red Green Blue C M Y K H S L
Decimal 25 74 184 0.86 0.60 0 0.28 221.51 0.76 0.41
Hex 19 4A B8 56 3C 0 1C DE 4C 29
Octal 31 112 270 126 74 0 34 336 114 51
Binary 11001 1001010 10111000 1010110 111100 0 11100 11011110 1001100 101001

Color Harmonies of #194AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AB8

Black with #194AB8

Text Example


Text Example

White with #194AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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