Html Css Color HEX #194FB3 Cerulean Blue

📋 copy color: '#194FB3'

red 25 ◦ green 79 ◦ blue 179

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

Shades of Cerulean Blue #194FB3

Tints of Cerulean Blue #194FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 179 (70.31% from 255) = 63.25%

R = 8.83%
G = 27.92%
B = 63.25%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#194FB3 (or 0x194FB3) is known color: Cerulean Blue. HEX triplet: 19, 4F and B3. RGB value is (25,79,179). Sum of RGB (Red+Green+Blue) = 25+79+179=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #194FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FB3 is #E6B04C. Grayscale: #494949. Windows color (decimal): -15118413 or 11751193. OLE color: 11751193.

HSL color Cylindrical-coordinate representation of color #194FB3: hue angle of 218.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194FB3 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 79 179 -
CMYK 0.86 0.56 0 0.30
HSL 218.96º 0.75% 0.4% -
HSV(B) 218.96º 0.86% 0.7% -
XYZ 11.33 9.05 43.8 -
YUV 74.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 25 79 179 0.86 0.56 0 0.30 218.96 0.75 0.4
Hex 19 4F B3 56 38 0 1E DB 4B 28
Octal 31 117 263 126 70 0 36 333 113 50
Binary 11001 1001111 10110011 1010110 111000 0 11110 11011011 1001011 101000

Color Harmonies of #194FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194FB3

Black with #194FB3

Text Example


Text Example

White with #194FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,79,179); }

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

background-color css

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

 a { background-color: rgb(25,79,179); }

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

border-color css

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

 span { border-color: rgb(25,79,179); }

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