Html Css Color HEX #194C7C Dark Cerulean

📋 copy color: '#194C7C'

red 25 ◦ green 76 ◦ blue 124

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

Shades of Dark Cerulean #194C7C

Tints of Dark Cerulean #194C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 11.11%
G = 33.78%
B = 55.11%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#194C7C (or 0x194C7C) is known color: Dark Cerulean. HEX triplet: 19, 4C and 7C. RGB value is (25,76,124). Sum of RGB (Red+Green+Blue) = 25+76+124=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #194C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C7C is #E6B383. Grayscale: #414141. Windows color (decimal): -15119236 or 8145945. OLE color: 8145945.

HSL color Cylindrical-coordinate representation of color #194C7C: hue angle of 209.09º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194C7C is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 76 124 -
CMYK 0.80 0.39 0 0.51
HSL 209.09º 0.66% 0.29% -
HSV(B) 209.09º 0.8% 0.49% -
XYZ 6.62 6.83 20.04 -
YUV 66.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 25 76 124 0.80 0.39 0 0.51 209.09 0.66 0.29
Hex 19 4C 7C 50 27 0 33 D1 42 1D
Octal 31 114 174 120 47 0 63 321 102 35
Binary 11001 1001100 1111100 1010000 100111 0 110011 11010001 1000010 11101

Color Harmonies of #194C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194C7C

Black with #194C7C

Text Example


Text Example

White with #194C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194C7C; }

 p { color: rgb(25,76,124); }

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

background-color css

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

 a { background-color: rgb(25,76,124); }

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

border-color css

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

 span { border-color: rgb(25,76,124); }

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