Html Css Color HEX #194AD1 Cerulean Blue

📋 copy color: '#194AD1'

red 25 ◦ green 74 ◦ blue 209

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

Shades of Cerulean Blue #194AD1

Tints of Cerulean Blue #194AD1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 209 (82.03% from 255) = 67.86%

R = 8.12%
G = 24.03%
B = 67.86%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#194AD1 (or 0x194AD1) is known color: Cerulean Blue. HEX triplet: 19, 4A and D1. RGB value is (25,74,209). Sum of RGB (Red+Green+Blue) = 25+74+209=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 209 (82.03% from 255 or 67.86% from 308); Max value from RGB is 209 - color contains mainly: blue. Hex color #194AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD1 is #E6B52E. Grayscale: #4A4A4A. Windows color (decimal): -15119663 or 13715993. OLE color: 13715993.

HSL color Cylindrical-coordinate representation of color #194AD1: hue angle of 224.02º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194AD1 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 74 209 -
CMYK 0.88 0.65 0 0.18
HSL 224.02º 0.79% 0.46% -
HSV(B) 224.02º 0.88% 0.82% -
XYZ 14.36 9.71 61.44 -
YUV 74.74 203.77 92.52 -
System Red Green Blue C M Y K H S L
Decimal 25 74 209 0.88 0.65 0 0.18 224.02 0.79 0.46
Hex 19 4A D1 58 41 0 12 E0 4F 2E
Octal 31 112 321 130 101 0 22 340 117 56
Binary 11001 1001010 11010001 1011000 1000001 0 10010 11100000 1001111 101110

Color Harmonies of #194AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AD1

Black with #194AD1

Text Example


Text Example

White with #194AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,74,209); }

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

background-color css

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

 a { background-color: rgb(25,74,209); }

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

border-color css

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

 span { border-color: rgb(25,74,209); }

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