Html Css Color HEX #194CC4 Cerulean Blue

📋 copy color: '#194CC4'

red 25 ◦ green 76 ◦ blue 196

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

Shades of Cerulean Blue #194CC4

Tints of Cerulean Blue #194CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 65.99%

R = 8.42%
G = 25.59%
B = 65.99%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#194CC4 (or 0x194CC4) is known color: Cerulean Blue. HEX triplet: 19, 4C and C4. RGB value is (25,76,196). Sum of RGB (Red+Green+Blue) = 25+76+196=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 196 (76.95% from 255 or 65.99% from 297); Max value from RGB is 196 - color contains mainly: blue. Hex color #194CC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CC4 is #E6B33B. Grayscale: #494949. Windows color (decimal): -15119164 or 12864537. OLE color: 12864537.

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

Color convert

RGB 25 76 196 -
CMYK 0.87 0.61 0 0.23
HSL 222.11º 0.77% 0.43% -
HSV(B) 222.11º 0.87% 0.77% -
XYZ 12.95 9.36 53.35 -
YUV 74.43 196.6 92.74 -
System Red Green Blue C M Y K H S L
Decimal 25 76 196 0.87 0.61 0 0.23 222.11 0.77 0.43
Hex 19 4C C4 57 3D 0 17 DE 4D 2B
Octal 31 114 304 127 75 0 27 336 115 53
Binary 11001 1001100 11000100 1010111 111101 0 10111 11011110 1001101 101011

Color Harmonies of #194CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CC4

Black with #194CC4

Text Example


Text Example

White with #194CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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