Html Css Color HEX #194274 Dark Cerulean

📋 copy color: '#194274'

red 25 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #194274

Tints of Dark Cerulean #194274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 12.08%
G = 31.88%
B = 56.04%

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

#194274 (or 0x194274) is known color: Dark Cerulean. HEX triplet: 19, 42 and 74. RGB value is (25,66,116). Sum of RGB (Red+Green+Blue) = 25+66+116=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #194274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194274 is #E6BD8B. Grayscale: #3B3B3B. Windows color (decimal): -15121804 or 7619097. OLE color: 7619097.

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

Color convert

RGB 25 66 116 -
CMYK 0.78 0.43 0 0.55
HSL 212.97º 0.65% 0.28% -
HSV(B) 212.97º 0.78% 0.45% -
XYZ 5.5 5.36 17.27 -
YUV 59.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 25 66 116 0.78 0.43 0 0.55 212.97 0.65 0.28
Hex 19 42 74 4E 2B 0 37 D5 41 1C
Octal 31 102 164 116 53 0 67 325 101 34
Binary 11001 1000010 1110100 1001110 101011 0 110111 11010101 1000001 11100

Color Harmonies of #194274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194274

Black with #194274

Text Example


Text Example

White with #194274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194274; }

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

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

background-color css

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

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

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

border-color css

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

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

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