Html Css Color HEX #104681 Dark Cerulean

📋 copy color: '#104681'

red 16 ◦ green 70 ◦ blue 129

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

Shades of Dark Cerulean #104681

Tints of Dark Cerulean #104681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 7.44%
G = 32.56%
B = 60%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104681 (or 0x104681) is known color: Dark Cerulean. HEX triplet: 10, 46 and 81. RGB value is (16,70,129). Sum of RGB (Red+Green+Blue) = 16+70+129=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #104681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104681 is #EFB97E. Grayscale: #3C3C3C. Windows color (decimal): -15710591 or 8472080. OLE color: 8472080.

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

Color convert

RGB 16 70 129 -
CMYK 0.88 0.46 0 0.49
HSL 211.33º 0.78% 0.28% -
HSV(B) 211.33º 0.88% 0.51% -
XYZ 6.37 6.08 21.61 -
YUV 60.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 16 70 129 0.88 0.46 0 0.49 211.33 0.78 0.28
Hex 10 46 81 58 2E 0 31 D3 4E 1C
Octal 20 106 201 130 56 0 61 323 116 34
Binary 10000 1000110 10000001 1011000 101110 0 110001 11010011 1001110 11100

Color Harmonies of #104681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104681

Black with #104681

Text Example


Text Example

White with #104681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104681; }

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

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

background-color css

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

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

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

border-color css

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

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

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