Html Css Color HEX #194FBF Cerulean Blue

📋 copy color: '#194FBF'

red 25 ◦ green 79 ◦ blue 191

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

Shades of Cerulean Blue #194FBF

Tints of Cerulean Blue #194FBF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 8.47%
G = 26.78%
B = 64.75%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#194FBF (or 0x194FBF) is known color: Cerulean Blue. HEX triplet: 19, 4F and BF. RGB value is (25,79,191). Sum of RGB (Red+Green+Blue) = 25+79+191=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #194FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FBF is #E6B040. Grayscale: #4B4B4B. Windows color (decimal): -15118401 or 12537625. OLE color: 12537625.

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

Color convert

RGB 25 79 191 -
CMYK 0.87 0.59 0 0.25
HSL 220.48º 0.77% 0.42% -
HSV(B) 220.48º 0.87% 0.75% -
XYZ 12.6 9.56 50.47 -
YUV 75.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 25 79 191 0.87 0.59 0 0.25 220.48 0.77 0.42
Hex 19 4F BF 57 3B 0 19 DC 4D 2A
Octal 31 117 277 127 73 0 31 334 115 52
Binary 11001 1001111 10111111 1010111 111011 0 11001 11011100 1001101 101010

Color Harmonies of #194FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FBF

Black with #194FBF

Text Example


Text Example

White with #194FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,79,191); }

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

background-color css

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

 a { background-color: rgb(25,79,191); }

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

border-color css

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

 span { border-color: rgb(25,79,191); }

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