Html Css Color HEX #105389 Dark Cerulean

📋 copy color: '#105389'

red 16 ◦ green 83 ◦ blue 137

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

Shades of Dark Cerulean #105389

Tints of Dark Cerulean #105389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 6.78%
G = 35.17%
B = 58.05%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#105389 (or 0x105389) is known color: Dark Cerulean. HEX triplet: 10, 53 and 89. RGB value is (16,83,137). Sum of RGB (Red+Green+Blue) = 16+83+137=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #105389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105389 is #EFAC76. Grayscale: #444444. Windows color (decimal): -15707255 or 8999696. OLE color: 8999696.

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

Color convert

RGB 16 83 137 -
CMYK 0.88 0.39 0 0.46
HSL 206.78º 0.79% 0.3% -
HSV(B) 206.78º 0.88% 0.54% -
XYZ 7.82 8.1 24.82 -
YUV 69.12 166.3 90.11 -
System Red Green Blue C M Y K H S L
Decimal 16 83 137 0.88 0.39 0 0.46 206.78 0.79 0.3
Hex 10 53 89 58 27 0 2E CF 4F 1E
Octal 20 123 211 130 47 0 56 317 117 36
Binary 10000 1010011 10001001 1011000 100111 0 101110 11001111 1001111 11110

Color Harmonies of #105389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105389

Black with #105389

Text Example


Text Example

White with #105389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105389; }

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

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

background-color css

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

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

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

border-color css

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

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

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