Html Css Color HEX #194073 Dark Cerulean

📋 copy color: '#194073'

red 25 ◦ green 64 ◦ blue 115

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

Shades of Dark Cerulean #194073

Tints of Dark Cerulean #194073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

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

R = 12.25%
G = 31.37%
B = 56.37%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194073 (or 0x194073) is known color: Dark Cerulean. HEX triplet: 19, 40 and 73. RGB value is (25,64,115). Sum of RGB (Red+Green+Blue) = 25+64+115=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #194073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194073 is #E6BF8C. Grayscale: #393939. Windows color (decimal): -15122317 or 7553049. OLE color: 7553049.

HSL color Cylindrical-coordinate representation of color #194073: hue angle of 214º 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 #194073 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 64 115 -
CMYK 0.78 0.44 0 0.55
HSL 214º 0.64% 0.27% -
HSV(B) 214º 0.78% 0.45% -
XYZ 5.33 5.11 16.93 -
YUV 58.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 25 64 115 0.78 0.44 0 0.55 214 0.64 0.27
Hex 19 40 73 4E 2C 0 37 D6 40 1B
Octal 31 100 163 116 54 0 67 326 100 33
Binary 11001 1000000 1110011 1001110 101100 0 110111 11010110 1000000 11011

Color Harmonies of #194073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194073

Black with #194073

Text Example


Text Example

White with #194073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194073; }

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

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

background-color css

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

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

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

border-color css

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

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

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