Html Css Color HEX #194EBA Cerulean Blue

📋 copy color: '#194EBA'

red 25 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #194EBA

Tints of Cerulean Blue #194EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 8.65%
G = 26.99%
B = 64.36%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#194EBA (or 0x194EBA) is known color: Cerulean Blue. HEX triplet: 19, 4E and BA. RGB value is (25,78,186). Sum of RGB (Red+Green+Blue) = 25+78+186=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #194EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EBA is #E6B145. Grayscale: #494949. Windows color (decimal): -15118662 or 12209689. OLE color: 12209689.

HSL color Cylindrical-coordinate representation of color #194EBA: hue angle of 220.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194EBA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 78 186 -
CMYK 0.87 0.58 0 0.27
HSL 220.25º 0.76% 0.41% -
HSV(B) 220.25º 0.87% 0.73% -
XYZ 11.99 9.2 47.6 -
YUV 74.47 190.94 92.72 -
System Red Green Blue C M Y K H S L
Decimal 25 78 186 0.87 0.58 0 0.27 220.25 0.76 0.41
Hex 19 4E BA 57 3A 0 1B DC 4C 29
Octal 31 116 272 127 72 0 33 334 114 51
Binary 11001 1001110 10111010 1010111 111010 0 11011 11011100 1001100 101001

Color Harmonies of #194EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194EBA

Black with #194EBA

Text Example


Text Example

White with #194EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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