Html Css Color HEX #194AB4 Cerulean Blue

📋 copy color: '#194AB4'

red 25 ◦ green 74 ◦ blue 180

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

Shades of Cerulean Blue #194AB4

Tints of Cerulean Blue #194AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.52%

R = 8.96%
G = 26.52%
B = 64.52%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#194AB4 (or 0x194AB4) is known color: Cerulean Blue. HEX triplet: 19, 4A and B4. RGB value is (25,74,180). Sum of RGB (Red+Green+Blue) = 25+74+180=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #194AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AB4 is #E6B54B. Grayscale: #464646. Windows color (decimal): -15119692 or 11815449. OLE color: 11815449.

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

Color convert

RGB 25 74 180 -
CMYK 0.86 0.59 0 0.29
HSL 221.03º 0.76% 0.4% -
HSV(B) 221.03º 0.86% 0.71% -
XYZ 11.09 8.4 44.22 -
YUV 71.43 189.27 94.88 -
System Red Green Blue C M Y K H S L
Decimal 25 74 180 0.86 0.59 0 0.29 221.03 0.76 0.4
Hex 19 4A B4 56 3B 0 1D DD 4C 28
Octal 31 112 264 126 73 0 35 335 114 50
Binary 11001 1001010 10110100 1010110 111011 0 11101 11011101 1001100 101000

Color Harmonies of #194AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AB4

Black with #194AB4

Text Example


Text Example

White with #194AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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