Html Css Color HEX #194DB7 Cerulean Blue

📋 copy color: '#194DB7'

red 25 ◦ green 77 ◦ blue 183

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

Shades of Cerulean Blue #194DB7

Tints of Cerulean Blue #194DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 64.21%

R = 8.77%
G = 27.02%
B = 64.21%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#194DB7 (or 0x194DB7) is known color: Cerulean Blue. HEX triplet: 19, 4D and B7. RGB value is (25,77,183). Sum of RGB (Red+Green+Blue) = 25+77+183=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #194DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DB7 is #E6B248. Grayscale: #494949. Windows color (decimal): -15118921 or 12012825. OLE color: 12012825.

HSL color Cylindrical-coordinate representation of color #194DB7: hue angle of 220.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194DB7 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 77 183 -
CMYK 0.86 0.58 0 0.28
HSL 220.25º 0.76% 0.41% -
HSV(B) 220.25º 0.86% 0.72% -
XYZ 11.6 8.93 45.91 -
YUV 73.54 189.77 93.38 -
System Red Green Blue C M Y K H S L
Decimal 25 77 183 0.86 0.58 0 0.28 220.25 0.76 0.41
Hex 19 4D B7 56 3A 0 1C DC 4C 29
Octal 31 115 267 126 72 0 34 334 114 51
Binary 11001 1001101 10110111 1010110 111010 0 11100 11011100 1001100 101001

Color Harmonies of #194DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194DB7

Black with #194DB7

Text Example


Text Example

White with #194DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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