Html Css Color HEX #104184 Dark Cerulean

📋 copy color: '#104184'

red 16 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #104184

Tints of Dark Cerulean #104184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.97%

R = 7.51%
G = 30.52%
B = 61.97%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#104184 (or 0x104184) is known color: Dark Cerulean. HEX triplet: 10, 41 and 84. RGB value is (16,65,132). Sum of RGB (Red+Green+Blue) = 16+65+132=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #104184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104184 is #EFBE7B. Grayscale: #393939. Windows color (decimal): -15711868 or 8667408. OLE color: 8667408.

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

Color convert

RGB 16 65 132 -
CMYK 0.88 0.51 0 0.48
HSL 214.66º 0.78% 0.29% -
HSV(B) 214.66º 0.88% 0.52% -
XYZ 6.27 5.56 22.57 -
YUV 57.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 16 65 132 0.88 0.51 0 0.48 214.66 0.78 0.29
Hex 10 41 84 58 33 0 30 D7 4E 1D
Octal 20 101 204 130 63 0 60 327 116 35
Binary 10000 1000001 10000100 1011000 110011 0 110000 11010111 1001110 11101

Color Harmonies of #104184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104184

Black with #104184

Text Example


Text Example

White with #104184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104184; }

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

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

background-color css

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

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

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

border-color css

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

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

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