Html Css Color HEX #104182 Dark Cerulean

📋 copy color: '#104182'

red 16 ◦ green 65 ◦ blue 130

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

Shades of Dark Cerulean #104182

Tints of Dark Cerulean #104182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

 BLUE value IS 130 (51.17% from 255) = 61.61%

R = 7.58%
G = 30.81%
B = 61.61%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104182 (or 0x104182) is known color: Dark Cerulean. HEX triplet: 10, 41 and 82. RGB value is (16,65,130). Sum of RGB (Red+Green+Blue) = 16+65+130=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #104182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104182 is #EFBE7D. Grayscale: #393939. Windows color (decimal): -15711870 or 8536336. OLE color: 8536336.

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

Color convert

RGB 16 65 130 -
CMYK 0.88 0.50 0 0.49
HSL 214.21º 0.78% 0.29% -
HSV(B) 214.21º 0.88% 0.51% -
XYZ 6.13 5.5 21.86 -
YUV 57.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 16 65 130 0.88 0.50 0 0.49 214.21 0.78 0.29
Hex 10 41 82 58 32 0 31 D6 4E 1D
Octal 20 101 202 130 62 0 61 326 116 35
Binary 10000 1000001 10000010 1011000 110010 0 110001 11010110 1001110 11101

Color Harmonies of #104182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104182

Black with #104182

Text Example


Text Example

White with #104182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104182; }

 p { color: rgb(16,65,130); }

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

background-color css

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

 a { background-color: rgb(16,65,130); }

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

border-color css

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

 span { border-color: rgb(16,65,130); }

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