Html Css Color HEX #105185 Dark Cerulean

📋 copy color: '#105185'

red 16 ◦ green 81 ◦ blue 133

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

Shades of Dark Cerulean #105185

Tints of Dark Cerulean #105185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

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

R = 6.96%
G = 35.22%
B = 57.83%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#105185 (or 0x105185) is known color: Dark Cerulean. HEX triplet: 10, 51 and 85. RGB value is (16,81,133). Sum of RGB (Red+Green+Blue) = 16+81+133=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #105185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105185 is #EFAE7A. Grayscale: #434343. Windows color (decimal): -15707771 or 8737040. OLE color: 8737040.

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

Color convert

RGB 16 81 133 -
CMYK 0.88 0.39 0 0.48
HSL 206.67º 0.79% 0.29% -
HSV(B) 206.67º 0.88% 0.52% -
XYZ 7.39 7.69 23.28 -
YUV 67.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 16 81 133 0.88 0.39 0 0.48 206.67 0.79 0.29
Hex 10 51 85 58 27 0 30 CF 4F 1D
Octal 20 121 205 130 47 0 60 317 117 35
Binary 10000 1010001 10000101 1011000 100111 0 110000 11001111 1001111 11101

Color Harmonies of #105185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105185

Black with #105185

Text Example


Text Example

White with #105185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105185; }

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

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

background-color css

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

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

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

border-color css

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

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

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