Html Css Color HEX #194CBC Cerulean Blue

📋 copy color: '#194CBC'

red 25 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #194CBC

Tints of Cerulean Blue #194CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 8.65%
G = 26.3%
B = 65.05%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#194CBC (or 0x194CBC) is known color: Cerulean Blue. HEX triplet: 19, 4C and BC. RGB value is (25,76,188). Sum of RGB (Red+Green+Blue) = 25+76+188=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #194CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CBC is #E6B343. Grayscale: #494949. Windows color (decimal): -15119172 or 12340249. OLE color: 12340249.

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

Color convert

RGB 25 76 188 -
CMYK 0.87 0.60 0 0.26
HSL 221.23º 0.77% 0.42% -
HSV(B) 221.23º 0.87% 0.74% -
XYZ 12.06 9.01 48.68 -
YUV 73.52 192.6 93.39 -
System Red Green Blue C M Y K H S L
Decimal 25 76 188 0.87 0.60 0 0.26 221.23 0.77 0.42
Hex 19 4C BC 57 3C 0 1A DD 4D 2A
Octal 31 114 274 127 74 0 32 335 115 52
Binary 11001 1001100 10111100 1010111 111100 0 11010 11011101 1001101 101010

Color Harmonies of #194CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CBC

Black with #194CBC

Text Example


Text Example

White with #194CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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