Html Css Color HEX #104390 Dark Cerulean

📋 copy color: '#104390'

red 16 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #104390

Tints of Dark Cerulean #104390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.52%

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

R = 7.05%
G = 29.52%
B = 63.44%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#104390 (or 0x104390) is known color: Dark Cerulean. HEX triplet: 10, 43 and 90. RGB value is (16,67,144). Sum of RGB (Red+Green+Blue) = 16+67+144=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #104390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104390 is #EFBC6F. Grayscale: #3C3C3C. Windows color (decimal): -15711344 or 9454352. OLE color: 9454352.

HSL color Cylindrical-coordinate representation of color #104390: hue angle of 216.09º 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 #104390 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 67 144 -
CMYK 0.89 0.53 0 0.44
HSL 216.09º 0.8% 0.31% -
HSV(B) 216.09º 0.89% 0.56% -
XYZ 7.25 6.14 27.19 -
YUV 60.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 16 67 144 0.89 0.53 0 0.44 216.09 0.8 0.31
Hex 10 43 90 59 35 0 2C D8 50 1F
Octal 20 103 220 131 65 0 54 330 120 37
Binary 10000 1000011 10010000 1011001 110101 0 101100 11011000 1010000 11111

Color Harmonies of #104390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104390

Black with #104390

Text Example


Text Example

White with #104390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104390; }

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

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

background-color css

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

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

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

border-color css

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

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

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