Html Css Color HEX #104885 Dark Cerulean

📋 copy color: '#104885'

red 16 ◦ green 72 ◦ blue 133

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

Shades of Dark Cerulean #104885

Tints of Dark Cerulean #104885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 7.24%
G = 32.58%
B = 60.18%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#104885 (or 0x104885) is known color: Dark Cerulean. HEX triplet: 10, 48 and 85. RGB value is (16,72,133). Sum of RGB (Red+Green+Blue) = 16+72+133=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #104885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104885 is #EFB77A. Grayscale: #3D3D3D. Windows color (decimal): -15710075 or 8734736. OLE color: 8734736.

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

Color convert

RGB 16 72 133 -
CMYK 0.88 0.46 0 0.48
HSL 211.28º 0.79% 0.29% -
HSV(B) 211.28º 0.88% 0.52% -
XYZ 6.76 6.44 23.08 -
YUV 62.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 16 72 133 0.88 0.46 0 0.48 211.28 0.79 0.29
Hex 10 48 85 58 2E 0 30 D3 4F 1D
Octal 20 110 205 130 56 0 60 323 117 35
Binary 10000 1001000 10000101 1011000 101110 0 110000 11010011 1001111 11101

Color Harmonies of #104885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104885

Black with #104885

Text Example


Text Example

White with #104885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104885; }

 p { color: rgb(16,72,133); }

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

background-color css

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

 a { background-color: rgb(16,72,133); }

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

border-color css

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

 span { border-color: rgb(16,72,133); }

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