Html Css Color HEX #194AB3 Cerulean Blue

📋 copy color: '#194AB3'

red 25 ◦ green 74 ◦ blue 179

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

Shades of Cerulean Blue #194AB3

Tints of Cerulean Blue #194AB3

RGB

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

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

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

R = 8.99%
G = 26.62%
B = 64.39%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#194AB3 (or 0x194AB3) is known color: Cerulean Blue. HEX triplet: 19, 4A and B3. RGB value is (25,74,179). Sum of RGB (Red+Green+Blue) = 25+74+179=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #194AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AB3 is #E6B54C. Grayscale: #464646. Windows color (decimal): -15119693 or 11749913. OLE color: 11749913.

HSL color Cylindrical-coordinate representation of color #194AB3: hue angle of 220.91º 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 #194AB3 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 74 179 -
CMYK 0.86 0.59 0 0.30
HSL 220.91º 0.75% 0.4% -
HSV(B) 220.91º 0.86% 0.7% -
XYZ 10.99 8.36 43.68 -
YUV 71.32 188.77 94.96 -
System Red Green Blue C M Y K H S L
Decimal 25 74 179 0.86 0.59 0 0.30 220.91 0.75 0.4
Hex 19 4A B3 56 3B 0 1E DD 4B 28
Octal 31 112 263 126 73 0 36 335 113 50
Binary 11001 1001010 10110011 1010110 111011 0 11110 11011101 1001011 101000

Color Harmonies of #194AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AB3

Black with #194AB3

Text Example


Text Example

White with #194AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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