Html Css Color HEX #194286 Dark Cerulean

📋 copy color: '#194286'

red 25 ◦ green 66 ◦ blue 134

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

Shades of Dark Cerulean #194286

Tints of Dark Cerulean #194286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.56%

R = 11.11%
G = 29.33%
B = 59.56%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194286 (or 0x194286) is known color: Dark Cerulean. HEX triplet: 19, 42 and 86. RGB value is (25,66,134). Sum of RGB (Red+Green+Blue) = 25+66+134=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #194286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194286 is #E6BD79. Grayscale: #3D3D3D. Windows color (decimal): -15121786 or 8798745. OLE color: 8798745.

HSL color Cylindrical-coordinate representation of color #194286: hue angle of 217.43º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194286 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 66 134 -
CMYK 0.81 0.51 0 0.47
HSL 217.43º 0.69% 0.31% -
HSV(B) 217.43º 0.81% 0.53% -
XYZ 6.65 5.82 23.33 -
YUV 61.49 168.92 101.97 -
System Red Green Blue C M Y K H S L
Decimal 25 66 134 0.81 0.51 0 0.47 217.43 0.69 0.31
Hex 19 42 86 51 33 0 2F D9 45 1F
Octal 31 102 206 121 63 0 57 331 105 37
Binary 11001 1000010 10000110 1010001 110011 0 101111 11011001 1000101 11111

Color Harmonies of #194286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194286

Black with #194286

Text Example


Text Example

White with #194286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194286; }

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

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

background-color css

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

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

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

border-color css

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

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

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