Html Css Color HEX #194ABA Cerulean Blue

📋 copy color: '#194ABA'

red 25 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #194ABA

Tints of Cerulean Blue #194ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 8.77%
G = 25.96%
B = 65.26%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#194ABA (or 0x194ABA) is known color: Cerulean Blue. HEX triplet: 19, 4A and BA. RGB value is (25,74,186). Sum of RGB (Red+Green+Blue) = 25+74+186=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #194ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ABA is #E6B545. Grayscale: #474747. Windows color (decimal): -15119686 or 12208665. OLE color: 12208665.

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

Color convert

RGB 25 74 186 -
CMYK 0.87 0.60 0 0.27
HSL 221.74º 0.76% 0.41% -
HSV(B) 221.74º 0.87% 0.73% -
XYZ 11.71 8.65 47.51 -
YUV 72.12 192.27 94.39 -
System Red Green Blue C M Y K H S L
Decimal 25 74 186 0.87 0.60 0 0.27 221.74 0.76 0.41
Hex 19 4A BA 57 3C 0 1B DE 4C 29
Octal 31 112 272 127 74 0 33 336 114 51
Binary 11001 1001010 10111010 1010111 111100 0 11011 11011110 1001100 101001

Color Harmonies of #194ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194ABA

Black with #194ABA

Text Example


Text Example

White with #194ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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