Html Css Color HEX #194287 Dark Cerulean

📋 copy color: '#194287'

red 25 ◦ green 66 ◦ blue 135

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

Shades of Dark Cerulean #194287

Tints of Dark Cerulean #194287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.73%

R = 11.06%
G = 29.2%
B = 59.73%

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

#194287 (or 0x194287) is known color: Dark Cerulean. HEX triplet: 19, 42 and 87. RGB value is (25,66,135). Sum of RGB (Red+Green+Blue) = 25+66+135=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #194287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194287 is #E6BD78. Grayscale: #3D3D3D. Windows color (decimal): -15121785 or 8864281. OLE color: 8864281.

HSL color Cylindrical-coordinate representation of color #194287: hue angle of 217.64º 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 #194287 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 66 135 -
CMYK 0.81 0.51 0 0.47
HSL 217.64º 0.69% 0.31% -
HSV(B) 217.64º 0.81% 0.53% -
XYZ 6.72 5.85 23.7 -
YUV 61.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 25 66 135 0.81 0.51 0 0.47 217.64 0.69 0.31
Hex 19 42 87 51 33 0 2F DA 45 1F
Octal 31 102 207 121 63 0 57 332 105 37
Binary 11001 1000010 10000111 1010001 110011 0 101111 11011010 1000101 11111

Color Harmonies of #194287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194287

Black with #194287

Text Example


Text Example

White with #194287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194287; }

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

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

background-color css

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

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

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

border-color css

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

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

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