Html Css Color HEX #104392 Dark Cerulean

📋 copy color: '#104392'

red 16 ◦ green 67 ◦ blue 146

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

Shades of Dark Cerulean #104392

Tints of Dark Cerulean #104392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 6.99%
G = 29.26%
B = 63.76%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#104392 (or 0x104392) is known color: Dark Cerulean. HEX triplet: 10, 43 and 92. RGB value is (16,67,146). Sum of RGB (Red+Green+Blue) = 16+67+146=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #104392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104392 is #EFBC6D. Grayscale: #3C3C3C. Windows color (decimal): -15711342 or 9585424. OLE color: 9585424.

HSL color Cylindrical-coordinate representation of color #104392: hue angle of 216.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104392 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 67 146 -
CMYK 0.89 0.54 0 0.43
HSL 216.46º 0.8% 0.32% -
HSV(B) 216.46º 0.89% 0.57% -
XYZ 7.41 6.2 28 -
YUV 60.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 16 67 146 0.89 0.54 0 0.43 216.46 0.8 0.32
Hex 10 43 92 59 36 0 2B D8 50 20
Octal 20 103 222 131 66 0 53 330 120 40
Binary 10000 1000011 10010010 1011001 110110 0 101011 11011000 1010000 100000

Color Harmonies of #104392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104392

Black with #104392

Text Example


Text Example

White with #104392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104392; }

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

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

background-color css

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

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

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

border-color css

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

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

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