Html Css Color HEX #105380 Dark Cerulean

📋 copy color: '#105380'

red 16 ◦ green 83 ◦ blue 128

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

Shades of Dark Cerulean #105380

Tints of Dark Cerulean #105380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.39%

R = 7.05%
G = 36.56%
B = 56.39%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#105380 (or 0x105380) is known color: Dark Cerulean. HEX triplet: 10, 53 and 80. RGB value is (16,83,128). Sum of RGB (Red+Green+Blue) = 16+83+128=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #105380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105380 is #EFAC7F. Grayscale: #434343. Windows color (decimal): -15707264 or 8409872. OLE color: 8409872.

HSL color Cylindrical-coordinate representation of color #105380: hue angle of 204.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105380 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 83 128 -
CMYK 0.88 0.35 0 0.50
HSL 204.11º 0.78% 0.28% -
HSV(B) 204.11º 0.88% 0.5% -
XYZ 7.2 7.86 21.56 -
YUV 68.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 16 83 128 0.88 0.35 0 0.50 204.11 0.78 0.28
Hex 10 53 80 58 23 0 32 CC 4E 1C
Octal 20 123 200 130 43 0 62 314 116 34
Binary 10000 1010011 10000000 1011000 100011 0 110010 11001100 1001110 11100

Color Harmonies of #105380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105380

Black with #105380

Text Example


Text Example

White with #105380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105380; }

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

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

background-color css

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

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

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

border-color css

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

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

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