Html Css Color HEX #194BBB Cerulean Blue

📋 copy color: '#194BBB'

red 25 ◦ green 75 ◦ blue 187

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

Shades of Cerulean Blue #194BBB

Tints of Cerulean Blue #194BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 8.71%
G = 26.13%
B = 65.16%

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

#194BBB (or 0x194BBB) is known color: Cerulean Blue. HEX triplet: 19, 4B and BB. RGB value is (25,75,187). Sum of RGB (Red+Green+Blue) = 25+75+187=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #194BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BBB is #E6B444. Grayscale: #484848. Windows color (decimal): -15119429 or 12274457. OLE color: 12274457.

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

Color convert

RGB 25 75 187 -
CMYK 0.87 0.60 0 0.27
HSL 221.48º 0.76% 0.42% -
HSV(B) 221.48º 0.87% 0.73% -
XYZ 11.89 8.83 48.09 -
YUV 72.82 192.44 93.89 -
System Red Green Blue C M Y K H S L
Decimal 25 75 187 0.87 0.60 0 0.27 221.48 0.76 0.42
Hex 19 4B BB 57 3C 0 1B DD 4C 2A
Octal 31 113 273 127 74 0 33 335 114 52
Binary 11001 1001011 10111011 1010111 111100 0 11011 11011101 1001100 101010

Color Harmonies of #194BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BBB

Black with #194BBB

Text Example


Text Example

White with #194BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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