Html Css Color HEX #194285 Dark Cerulean

📋 copy color: '#194285'

red 25 ◦ green 66 ◦ blue 133

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

Shades of Dark Cerulean #194285

Tints of Dark Cerulean #194285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 11.16%
G = 29.46%
B = 59.38%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#194285 (or 0x194285) is known color: Dark Cerulean. HEX triplet: 19, 42 and 85. RGB value is (25,66,133). Sum of RGB (Red+Green+Blue) = 25+66+133=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #194285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194285 is #E6BD7A. Grayscale: #3D3D3D. Windows color (decimal): -15121787 or 8733209. OLE color: 8733209.

HSL color Cylindrical-coordinate representation of color #194285: hue angle of 217.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194285 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 66 133 -
CMYK 0.81 0.50 0 0.48
HSL 217.22º 0.68% 0.31% -
HSV(B) 217.22º 0.81% 0.52% -
XYZ 6.58 5.8 22.96 -
YUV 61.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 25 66 133 0.81 0.50 0 0.48 217.22 0.68 0.31
Hex 19 42 85 51 32 0 30 D9 44 1F
Octal 31 102 205 121 62 0 60 331 104 37
Binary 11001 1000010 10000101 1010001 110010 0 110000 11011001 1000100 11111

Color Harmonies of #194285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194285

Black with #194285

Text Example


Text Example

White with #194285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194285; }

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

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

background-color css

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

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

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

border-color css

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

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

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