Html Css Color HEX #194CB6 Cerulean Blue

📋 copy color: '#194CB6'

red 25 ◦ green 76 ◦ blue 182

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

Shades of Cerulean Blue #194CB6

Tints of Cerulean Blue #194CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 64.31%

R = 8.83%
G = 26.86%
B = 64.31%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#194CB6 (or 0x194CB6) is known color: Cerulean Blue. HEX triplet: 19, 4C and B6. RGB value is (25,76,182). Sum of RGB (Red+Green+Blue) = 25+76+182=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #194CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CB6 is #E6B349. Grayscale: #484848. Windows color (decimal): -15119178 or 11947033. OLE color: 11947033.

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

Color convert

RGB 25 76 182 -
CMYK 0.86 0.58 0 0.29
HSL 220.51º 0.76% 0.41% -
HSV(B) 220.51º 0.86% 0.71% -
XYZ 11.43 8.75 45.34 -
YUV 72.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 25 76 182 0.86 0.58 0 0.29 220.51 0.76 0.41
Hex 19 4C B6 56 3A 0 1D DD 4C 29
Octal 31 114 266 126 72 0 35 335 114 51
Binary 11001 1001100 10110110 1010110 111010 0 11101 11011101 1001100 101001

Color Harmonies of #194CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194CB6

Black with #194CB6

Text Example


Text Example

White with #194CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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