Html Css Color HEX #105381 Dark Cerulean

📋 copy color: '#105381'

red 16 ◦ green 83 ◦ blue 129

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

Shades of Dark Cerulean #105381

Tints of Dark Cerulean #105381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 56.58%

R = 7.02%
G = 36.4%
B = 56.58%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#105381 (or 0x105381) is known color: Dark Cerulean. HEX triplet: 10, 53 and 81. RGB value is (16,83,129). Sum of RGB (Red+Green+Blue) = 16+83+129=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #105381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105381 is #EFAC7E. Grayscale: #434343. Windows color (decimal): -15707263 or 8475408. OLE color: 8475408.

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

Color convert

RGB 16 83 129 -
CMYK 0.88 0.36 0 0.49
HSL 204.42º 0.78% 0.28% -
HSV(B) 204.42º 0.88% 0.51% -
XYZ 7.27 7.88 21.91 -
YUV 68.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 16 83 129 0.88 0.36 0 0.49 204.42 0.78 0.28
Hex 10 53 81 58 24 0 31 CC 4E 1C
Octal 20 123 201 130 44 0 61 314 116 34
Binary 10000 1010011 10000001 1011000 100100 0 110001 11001100 1001110 11100

Color Harmonies of #105381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105381

Black with #105381

Text Example


Text Example

White with #105381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105381; }

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

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

background-color css

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

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

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

border-color css

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

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

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