Html Css Color HEX #194075 Dark Cerulean

📋 copy color: '#194075'

red 25 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #194075

Tints of Dark Cerulean #194075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 12.14%
G = 31.07%
B = 56.8%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194075 (or 0x194075) is known color: Dark Cerulean. HEX triplet: 19, 40 and 75. RGB value is (25,64,117). Sum of RGB (Red+Green+Blue) = 25+64+117=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #194075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194075 is #E6BF8A. Grayscale: #3A3A3A. Windows color (decimal): -15122315 or 7684121. OLE color: 7684121.

HSL color Cylindrical-coordinate representation of color #194075: hue angle of 214.57º 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 #194075 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 64 117 -
CMYK 0.79 0.45 0 0.54
HSL 214.57º 0.65% 0.28% -
HSV(B) 214.57º 0.79% 0.46% -
XYZ 5.45 5.16 17.54 -
YUV 58.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 25 64 117 0.79 0.45 0 0.54 214.57 0.65 0.28
Hex 19 40 75 4F 2D 0 36 D7 41 1C
Octal 31 100 165 117 55 0 66 327 101 34
Binary 11001 1000000 1110101 1001111 101101 0 110110 11010111 1000001 11100

Color Harmonies of #194075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194075

Black with #194075

Text Example


Text Example

White with #194075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194075; }

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

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

background-color css

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

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

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

border-color css

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

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

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