Html Css Color HEX #194BBA Cerulean Blue

📋 copy color: '#194BBA'

red 25 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #194BBA

Tints of Cerulean Blue #194BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

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

R = 8.74%
G = 26.22%
B = 65.03%

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

#194BBA (or 0x194BBA) is known color: Cerulean Blue. HEX triplet: 19, 4B and BA. RGB value is (25,75,186). Sum of RGB (Red+Green+Blue) = 25+75+186=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #194BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BBA is #E6B445. Grayscale: #484848. Windows color (decimal): -15119430 or 12208921. OLE color: 12208921.

HSL color Cylindrical-coordinate representation of color #194BBA: hue angle of 221.37º 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 #194BBA is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 75 186 -
CMYK 0.87 0.60 0 0.27
HSL 221.37º 0.76% 0.41% -
HSV(B) 221.37º 0.87% 0.73% -
XYZ 11.78 8.78 47.53 -
YUV 72.7 191.94 93.97 -
System Red Green Blue C M Y K H S L
Decimal 25 75 186 0.87 0.60 0 0.27 221.37 0.76 0.41
Hex 19 4B BA 57 3C 0 1B DD 4C 29
Octal 31 113 272 127 74 0 33 335 114 51
Binary 11001 1001011 10111010 1010111 111100 0 11011 11011101 1001100 101001

Color Harmonies of #194BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BBA

Black with #194BBA

Text Example


Text Example

White with #194BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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