Html Css Color HEX #194985 Dark Cerulean

📋 copy color: '#194985'

red 25 ◦ green 73 ◦ blue 133

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

Shades of Dark Cerulean #194985

Tints of Dark Cerulean #194985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 10.82%
G = 31.6%
B = 57.58%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#194985 (or 0x194985) is known color: Dark Cerulean. HEX triplet: 19, 49 and 85. RGB value is (25,73,133). Sum of RGB (Red+Green+Blue) = 25+73+133=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #194985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194985 is #E6B67A. Grayscale: #414141. Windows color (decimal): -15119995 or 8735001. OLE color: 8735001.

HSL color Cylindrical-coordinate representation of color #194985: hue angle of 213.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194985 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 73 133 -
CMYK 0.81 0.45 0 0.48
HSL 213.33º 0.68% 0.31% -
HSV(B) 213.33º 0.81% 0.52% -
XYZ 7.02 6.67 23.11 -
YUV 65.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 25 73 133 0.81 0.45 0 0.48 213.33 0.68 0.31
Hex 19 49 85 51 2D 0 30 D5 44 1F
Octal 31 111 205 121 55 0 60 325 104 37
Binary 11001 1001001 10000101 1010001 101101 0 110000 11010101 1000100 11111

Color Harmonies of #194985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194985

Black with #194985

Text Example


Text Example

White with #194985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194985; }

 p { color: rgb(25,73,133); }

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

background-color css

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

 a { background-color: rgb(25,73,133); }

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

border-color css

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

 span { border-color: rgb(25,73,133); }

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