Html Css Color HEX #194FBC Cerulean Blue

📋 copy color: '#194FBC'

red 25 ◦ green 79 ◦ blue 188

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

Shades of Cerulean Blue #194FBC

Tints of Cerulean Blue #194FBC

RGB

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

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

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

R = 8.56%
G = 27.05%
B = 64.38%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#194FBC (or 0x194FBC) is known color: Cerulean Blue. HEX triplet: 19, 4F and BC. RGB value is (25,79,188). Sum of RGB (Red+Green+Blue) = 25+79+188=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #194FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FBC is #E6B043. Grayscale: #4A4A4A. Windows color (decimal): -15118404 or 12341017. OLE color: 12341017.

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

Color convert

RGB 25 79 188 -
CMYK 0.87 0.58 0 0.26
HSL 220.12º 0.77% 0.42% -
HSV(B) 220.12º 0.87% 0.74% -
XYZ 12.27 9.43 48.75 -
YUV 75.28 191.61 92.14 -
System Red Green Blue C M Y K H S L
Decimal 25 79 188 0.87 0.58 0 0.26 220.12 0.77 0.42
Hex 19 4F BC 57 3A 0 1A DC 4D 2A
Octal 31 117 274 127 72 0 32 334 115 52
Binary 11001 1001111 10111100 1010111 111010 0 11010 11011100 1001101 101010

Color Harmonies of #194FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FBC

Black with #194FBC

Text Example


Text Example

White with #194FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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