Html Css Color HEX #104581 Dark Cerulean

📋 copy color: '#104581'

red 16 ◦ green 69 ◦ blue 129

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

Shades of Dark Cerulean #104581

Tints of Dark Cerulean #104581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.28%

R = 7.48%
G = 32.24%
B = 60.28%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104581 (or 0x104581) is known color: Dark Cerulean. HEX triplet: 10, 45 and 81. RGB value is (16,69,129). Sum of RGB (Red+Green+Blue) = 16+69+129=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #104581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104581 is #EFBA7E. Grayscale: #3B3B3B. Windows color (decimal): -15710847 or 8471824. OLE color: 8471824.

HSL color Cylindrical-coordinate representation of color #104581: hue angle of 211.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104581 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 69 129 -
CMYK 0.88 0.47 0 0.49
HSL 211.86º 0.78% 0.28% -
HSV(B) 211.86º 0.88% 0.51% -
XYZ 6.3 5.95 21.59 -
YUV 59.99 166.94 96.62 -
System Red Green Blue C M Y K H S L
Decimal 16 69 129 0.88 0.47 0 0.49 211.86 0.78 0.28
Hex 10 45 81 58 2F 0 31 D4 4E 1C
Octal 20 105 201 130 57 0 61 324 116 34
Binary 10000 1000101 10000001 1011000 101111 0 110001 11010100 1001110 11100

Color Harmonies of #104581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104581

Black with #104581

Text Example


Text Example

White with #104581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104581; }

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

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

background-color css

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

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

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

border-color css

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

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

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