Html Css Color HEX #194273 Dark Cerulean

📋 copy color: '#194273'

red 25 ◦ green 66 ◦ blue 115

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

Shades of Dark Cerulean #194273

Tints of Dark Cerulean #194273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 12.14%
G = 32.04%
B = 55.83%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194273 (or 0x194273) is known color: Dark Cerulean. HEX triplet: 19, 42 and 73. RGB value is (25,66,115). Sum of RGB (Red+Green+Blue) = 25+66+115=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #194273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194273 is #E6BD8C. Grayscale: #3B3B3B. Windows color (decimal): -15121805 or 7553561. OLE color: 7553561.

HSL color Cylindrical-coordinate representation of color #194273: hue angle of 212.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194273 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 66 115 -
CMYK 0.78 0.43 0 0.55
HSL 212.67º 0.64% 0.27% -
HSV(B) 212.67º 0.78% 0.45% -
XYZ 5.44 5.34 16.96 -
YUV 59.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 25 66 115 0.78 0.43 0 0.55 212.67 0.64 0.27
Hex 19 42 73 4E 2B 0 37 D5 40 1B
Octal 31 102 163 116 53 0 67 325 100 33
Binary 11001 1000010 1110011 1001110 101011 0 110111 11010101 1000000 11011

Color Harmonies of #194273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194273

Black with #194273

Text Example


Text Example

White with #194273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194273; }

 p { color: rgb(25,66,115); }

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

background-color css

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

 a { background-color: rgb(25,66,115); }

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

border-color css

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

 span { border-color: rgb(25,66,115); }

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