Html Css Color HEX #194CBA Cerulean Blue

📋 copy color: '#194CBA'

red 25 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #194CBA

Tints of Cerulean Blue #194CBA

RGB

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

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

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

R = 8.71%
G = 26.48%
B = 64.81%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#194CBA (or 0x194CBA) is known color: Cerulean Blue. HEX triplet: 19, 4C and BA. RGB value is (25,76,186). Sum of RGB (Red+Green+Blue) = 25+76+186=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #194CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CBA is #E6B345. Grayscale: #484848. Windows color (decimal): -15119174 or 12209177. OLE color: 12209177.

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

Color convert

RGB 25 76 186 -
CMYK 0.87 0.59 0 0.27
HSL 220.99º 0.76% 0.41% -
HSV(B) 220.99º 0.87% 0.73% -
XYZ 11.85 8.92 47.55 -
YUV 73.29 191.6 93.56 -
System Red Green Blue C M Y K H S L
Decimal 25 76 186 0.87 0.59 0 0.27 220.99 0.76 0.41
Hex 19 4C BA 57 3B 0 1B DD 4C 29
Octal 31 114 272 127 73 0 33 335 114 51
Binary 11001 1001100 10111010 1010111 111011 0 11011 11011101 1001100 101001

Color Harmonies of #194CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CBA

Black with #194CBA

Text Example


Text Example

White with #194CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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