Html Css Color HEX #105083 Dark Cerulean

📋 copy color: '#105083'

red 16 ◦ green 80 ◦ blue 131

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

Shades of Dark Cerulean #105083

Tints of Dark Cerulean #105083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 131 (51.56% from 255) = 57.71%

R = 7.05%
G = 35.24%
B = 57.71%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#105083 (or 0x105083) is known color: Dark Cerulean. HEX triplet: 10, 50 and 83. RGB value is (16,80,131). Sum of RGB (Red+Green+Blue) = 16+80+131=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #105083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105083 is #EFAF7C. Grayscale: #424242. Windows color (decimal): -15708029 or 8605712. OLE color: 8605712.

HSL color Cylindrical-coordinate representation of color #105083: hue angle of 206.61º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105083 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 80 131 -
CMYK 0.88 0.39 0 0.49
HSL 206.61º 0.78% 0.29% -
HSV(B) 206.61º 0.88% 0.51% -
XYZ 7.18 7.49 22.54 -
YUV 66.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 16 80 131 0.88 0.39 0 0.49 206.61 0.78 0.29
Hex 10 50 83 58 27 0 31 CF 4E 1D
Octal 20 120 203 130 47 0 61 317 116 35
Binary 10000 1010000 10000011 1011000 100111 0 110001 11001111 1001110 11101

Color Harmonies of #105083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105083

Black with #105083

Text Example


Text Example

White with #105083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105083; }

 p { color: rgb(16,80,131); }

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

background-color css

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

 a { background-color: rgb(16,80,131); }

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

border-color css

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

 span { border-color: rgb(16,80,131); }

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