Html Css Color HEX #104590 Dark Cerulean

📋 copy color: '#104590'

red 16 ◦ green 69 ◦ blue 144

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

Shades of Dark Cerulean #104590

Tints of Dark Cerulean #104590

RGB

 RED value IS 16 (6.64% from 255) = 6.99%

 GREEN value IS 69 (27.34% from 255) = 30.13%

 BLUE value IS 144 (56.64% from 255) = 62.88%

R = 6.99%
G = 30.13%
B = 62.88%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#104590 (or 0x104590) is known color: Dark Cerulean. HEX triplet: 10, 45 and 90. RGB value is (16,69,144). Sum of RGB (Red+Green+Blue) = 16+69+144=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #104590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104590 is #EFBA6F. Grayscale: #3D3D3D. Windows color (decimal): -15710832 or 9454864. OLE color: 9454864.

HSL color Cylindrical-coordinate representation of color #104590: hue angle of 215.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104590 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 69 144 -
CMYK 0.89 0.52 0 0.44
HSL 215.16º 0.8% 0.31% -
HSV(B) 215.16º 0.89% 0.56% -
XYZ 7.38 6.38 27.23 -
YUV 61.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 16 69 144 0.89 0.52 0 0.44 215.16 0.8 0.31
Hex 10 45 90 59 34 0 2C D7 50 1F
Octal 20 105 220 131 64 0 54 327 120 37
Binary 10000 1000101 10010000 1011001 110100 0 101100 11010111 1010000 11111

Color Harmonies of #104590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104590

Black with #104590

Text Example


Text Example

White with #104590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104590; }

 p { color: rgb(16,69,144); }

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

background-color css

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

 a { background-color: rgb(16,69,144); }

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

border-color css

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

 span { border-color: rgb(16,69,144); }

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