Html Css Color HEX #194DCB Cerulean Blue

📋 copy color: '#194DCB'

red 25 ◦ green 77 ◦ blue 203

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

Shades of Cerulean Blue #194DCB

Tints of Cerulean Blue #194DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 8.2%
G = 25.25%
B = 66.56%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#194DCB (or 0x194DCB) is known color: Cerulean Blue. HEX triplet: 19, 4D and CB. RGB value is (25,77,203). Sum of RGB (Red+Green+Blue) = 25+77+203=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #194DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DCB is #E6B234. Grayscale: #4B4B4B. Windows color (decimal): -15118901 or 13323545. OLE color: 13323545.

HSL color Cylindrical-coordinate representation of color #194DCB: hue angle of 222.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194DCB is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 77 203 -
CMYK 0.88 0.62 0 0.20
HSL 222.47º 0.78% 0.45% -
HSV(B) 222.47º 0.88% 0.8% -
XYZ 13.83 9.83 57.67 -
YUV 75.82 199.77 91.75 -
System Red Green Blue C M Y K H S L
Decimal 25 77 203 0.88 0.62 0 0.20 222.47 0.78 0.45
Hex 19 4D CB 58 3E 0 14 DE 4E 2D
Octal 31 115 313 130 76 0 24 336 116 55
Binary 11001 1001101 11001011 1011000 111110 0 10100 11011110 1001110 101101

Color Harmonies of #194DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DCB

Black with #194DCB

Text Example


Text Example

White with #194DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,77,203); }

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

background-color css

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

 a { background-color: rgb(25,77,203); }

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

border-color css

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

 span { border-color: rgb(25,77,203); }

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