Html Css Color HEX #194CC3 Cerulean Blue

📋 copy color: '#194CC3'

red 25 ◦ green 76 ◦ blue 195

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

Shades of Cerulean Blue #194CC3

Tints of Cerulean Blue #194CC3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.68%

 BLUE value IS 195 (76.56% from 255) = 65.88%

R = 8.45%
G = 25.68%
B = 65.88%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#194CC3 (or 0x194CC3) is known color: Cerulean Blue. HEX triplet: 19, 4C and C3. RGB value is (25,76,195). Sum of RGB (Red+Green+Blue) = 25+76+195=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 195 (76.56% from 255 or 65.88% from 296); Max value from RGB is 195 - color contains mainly: blue. Hex color #194CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CC3 is #E6B33C. Grayscale: #494949. Windows color (decimal): -15119165 or 12799001. OLE color: 12799001.

HSL color Cylindrical-coordinate representation of color #194CC3: hue angle of 222º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194CC3 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 25 76 195 -
CMYK 0.87 0.61 0 0.24
HSL 222º 0.77% 0.43% -
HSV(B) 222º 0.87% 0.76% -
XYZ 12.84 9.32 52.75 -
YUV 74.32 196.1 92.82 -
System Red Green Blue C M Y K H S L
Decimal 25 76 195 0.87 0.61 0 0.24 222 0.77 0.43
Hex 19 4C C3 57 3D 0 18 DE 4D 2B
Octal 31 114 303 127 75 0 30 336 115 53
Binary 11001 1001100 11000011 1010111 111101 0 11000 11011110 1001101 101011

Color Harmonies of #194CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CC3

Black with #194CC3

Text Example


Text Example

White with #194CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,76,195); }

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

background-color css

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

 a { background-color: rgb(25,76,195); }

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

border-color css

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

 span { border-color: rgb(25,76,195); }

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