Html Css Color HEX #194EC5 Cerulean Blue

📋 copy color: '#194EC5'

red 25 ◦ green 78 ◦ blue 197

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

Shades of Cerulean Blue #194EC5

Tints of Cerulean Blue #194EC5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26%

 BLUE value IS 197 (77.34% from 255) = 65.67%

R = 8.33%
G = 26%
B = 65.67%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#194EC5 (or 0x194EC5) is known color: Cerulean Blue. HEX triplet: 19, 4E and C5. RGB value is (25,78,197). Sum of RGB (Red+Green+Blue) = 25+78+197=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 197 (77.34% from 255 or 65.67% from 300); Max value from RGB is 197 - color contains mainly: blue. Hex color #194EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EC5 is #E6B13A. Grayscale: #4B4B4B. Windows color (decimal): -15118651 or 12930585. OLE color: 12930585.

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

Color convert

RGB 25 78 197 -
CMYK 0.87 0.60 0 0.23
HSL 221.51º 0.77% 0.44% -
HSV(B) 221.51º 0.87% 0.77% -
XYZ 13.2 9.69 54 -
YUV 75.72 196.44 91.82 -
System Red Green Blue C M Y K H S L
Decimal 25 78 197 0.87 0.60 0 0.23 221.51 0.77 0.44
Hex 19 4E C5 57 3C 0 17 DE 4D 2C
Octal 31 116 305 127 74 0 27 336 115 54
Binary 11001 1001110 11000101 1010111 111100 0 10111 11011110 1001101 101100

Color Harmonies of #194EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EC5

Black with #194EC5

Text Example


Text Example

White with #194EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,78,197); }

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

background-color css

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

 a { background-color: rgb(25,78,197); }

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

border-color css

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

 span { border-color: rgb(25,78,197); }

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