Html Css Color HEX #194BBC Cerulean Blue

📋 copy color: '#194BBC'

red 25 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #194BBC

Tints of Cerulean Blue #194BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 8.68%
G = 26.04%
B = 65.28%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#194BBC (or 0x194BBC) is known color: Cerulean Blue. HEX triplet: 19, 4B and BC. RGB value is (25,75,188). Sum of RGB (Red+Green+Blue) = 25+75+188=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #194BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BBC is #E6B443. Grayscale: #484848. Windows color (decimal): -15119428 or 12339993. OLE color: 12339993.

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

Color convert

RGB 25 75 188 -
CMYK 0.87 0.60 0 0.26
HSL 221.6º 0.77% 0.42% -
HSV(B) 221.6º 0.87% 0.74% -
XYZ 11.99 8.87 48.66 -
YUV 72.93 192.94 93.81 -
System Red Green Blue C M Y K H S L
Decimal 25 75 188 0.87 0.60 0 0.26 221.6 0.77 0.42
Hex 19 4B BC 57 3C 0 1A DE 4D 2A
Octal 31 113 274 127 74 0 32 336 115 52
Binary 11001 1001011 10111100 1010111 111100 0 11010 11011110 1001101 101010

Color Harmonies of #194BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194BBC

Black with #194BBC

Text Example


Text Example

White with #194BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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