Html Css Color HEX #194076 Dark Cerulean

📋 copy color: '#194076'

red 25 ◦ green 64 ◦ blue 118

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

Shades of Dark Cerulean #194076

Tints of Dark Cerulean #194076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 12.08%
G = 30.92%
B = 57%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194076 (or 0x194076) is known color: Dark Cerulean. HEX triplet: 19, 40 and 76. RGB value is (25,64,118). Sum of RGB (Red+Green+Blue) = 25+64+118=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #194076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194076 is #E6BF89. Grayscale: #3A3A3A. Windows color (decimal): -15122314 or 7749657. OLE color: 7749657.

HSL color Cylindrical-coordinate representation of color #194076: hue angle of 214.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194076 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 64 118 -
CMYK 0.79 0.46 0 0.54
HSL 214.84º 0.65% 0.28% -
HSV(B) 214.84º 0.79% 0.46% -
XYZ 5.5 5.18 17.85 -
YUV 58.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 25 64 118 0.79 0.46 0 0.54 214.84 0.65 0.28
Hex 19 40 76 4F 2E 0 36 D7 41 1C
Octal 31 100 166 117 56 0 66 327 101 34
Binary 11001 1000000 1110110 1001111 101110 0 110110 11010111 1000001 11100

Color Harmonies of #194076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194076

Black with #194076

Text Example


Text Example

White with #194076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194076; }

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

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

background-color css

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

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

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

border-color css

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

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

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