Html Css Color HEX #105289 Dark Cerulean

📋 copy color: '#105289'

red 16 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #105289

Tints of Dark Cerulean #105289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 6.81%
G = 34.89%
B = 58.3%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#105289 (or 0x105289) is known color: Dark Cerulean. HEX triplet: 10, 52 and 89. RGB value is (16,82,137). Sum of RGB (Red+Green+Blue) = 16+82+137=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #105289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105289 is #EFAD76. Grayscale: #444444. Windows color (decimal): -15707511 or 8999440. OLE color: 8999440.

HSL color Cylindrical-coordinate representation of color #105289: hue angle of 207.27º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105289 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 82 137 -
CMYK 0.88 0.40 0 0.46
HSL 207.27º 0.79% 0.3% -
HSV(B) 207.27º 0.88% 0.54% -
XYZ 7.75 7.95 24.79 -
YUV 68.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 16 82 137 0.88 0.40 0 0.46 207.27 0.79 0.3
Hex 10 52 89 58 28 0 2E CF 4F 1E
Octal 20 122 211 130 50 0 56 317 117 36
Binary 10000 1010010 10001001 1011000 101000 0 101110 11001111 1001111 11110

Color Harmonies of #105289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105289

Black with #105289

Text Example


Text Example

White with #105289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105289; }

 p { color: rgb(16,82,137); }

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

background-color css

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

 a { background-color: rgb(16,82,137); }

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

border-color css

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

 span { border-color: rgb(16,82,137); }

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