Html Css Color HEX #104481 Dark Cerulean

📋 copy color: '#104481'

red 16 ◦ green 68 ◦ blue 129

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

Shades of Dark Cerulean #104481

Tints of Dark Cerulean #104481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 7.51%
G = 31.92%
B = 60.56%

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

#104481 (or 0x104481) is known color: Dark Cerulean. HEX triplet: 10, 44 and 81. RGB value is (16,68,129). Sum of RGB (Red+Green+Blue) = 16+68+129=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #104481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104481 is #EFBB7E. Grayscale: #3B3B3B. Windows color (decimal): -15711103 or 8471568. OLE color: 8471568.

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

Color convert

RGB 16 68 129 -
CMYK 0.88 0.47 0 0.49
HSL 212.39º 0.78% 0.28% -
HSV(B) 212.39º 0.88% 0.51% -
XYZ 6.24 5.83 21.57 -
YUV 59.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 16 68 129 0.88 0.47 0 0.49 212.39 0.78 0.28
Hex 10 44 81 58 2F 0 31 D4 4E 1C
Octal 20 104 201 130 57 0 61 324 116 34
Binary 10000 1000100 10000001 1011000 101111 0 110001 11010100 1001110 11100

Color Harmonies of #104481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104481

Black with #104481

Text Example


Text Example

White with #104481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104481; }

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

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

background-color css

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

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

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

border-color css

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

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

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