Html Css Color HEX #105485 Dark Cerulean

📋 copy color: '#105485'

red 16 ◦ green 84 ◦ blue 133

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

Shades of Dark Cerulean #105485

Tints of Dark Cerulean #105485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 6.87%
G = 36.05%
B = 57.08%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#105485 (or 0x105485) is known color: Dark Cerulean. HEX triplet: 10, 54 and 85. RGB value is (16,84,133). Sum of RGB (Red+Green+Blue) = 16+84+133=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #105485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105485 is #EFAB7A. Grayscale: #444444. Windows color (decimal): -15707003 or 8737808. OLE color: 8737808.

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

Color convert

RGB 16 84 133 -
CMYK 0.88 0.37 0 0.48
HSL 205.13º 0.79% 0.29% -
HSV(B) 205.13º 0.88% 0.52% -
XYZ 7.62 8.14 23.36 -
YUV 69.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 16 84 133 0.88 0.37 0 0.48 205.13 0.79 0.29
Hex 10 54 85 58 25 0 30 CD 4F 1D
Octal 20 124 205 130 45 0 60 315 117 35
Binary 10000 1010100 10000101 1011000 100101 0 110000 11001101 1001111 11101

Color Harmonies of #105485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105485

Black with #105485

Text Example


Text Example

White with #105485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105485; }

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

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

background-color css

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

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

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

border-color css

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

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

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