Html Css Color HEX #194CBF Cerulean Blue

📋 copy color: '#194CBF'

red 25 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #194CBF

Tints of Cerulean Blue #194CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.41%

R = 8.56%
G = 26.03%
B = 65.41%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#194CBF (or 0x194CBF) is known color: Cerulean Blue. HEX triplet: 19, 4C and BF. RGB value is (25,76,191). Sum of RGB (Red+Green+Blue) = 25+76+191=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #194CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CBF is #E6B340. Grayscale: #494949. Windows color (decimal): -15119169 or 12536857. OLE color: 12536857.

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

Color convert

RGB 25 76 191 -
CMYK 0.87 0.60 0 0.25
HSL 221.57º 0.77% 0.42% -
HSV(B) 221.57º 0.87% 0.75% -
XYZ 12.39 9.14 50.4 -
YUV 73.86 194.1 93.15 -
System Red Green Blue C M Y K H S L
Decimal 25 76 191 0.87 0.60 0 0.25 221.57 0.77 0.42
Hex 19 4C BF 57 3C 0 19 DE 4D 2A
Octal 31 114 277 127 74 0 31 336 115 52
Binary 11001 1001100 10111111 1010111 111100 0 11001 11011110 1001101 101010

Color Harmonies of #194CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CBF

Black with #194CBF

Text Example


Text Example

White with #194CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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