Html Css Color HEX #105375 Dark Cerulean

📋 copy color: '#105375'

red 16 ◦ green 83 ◦ blue 117

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

Shades of Dark Cerulean #105375

Tints of Dark Cerulean #105375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 7.41%
G = 38.43%
B = 54.17%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#105375 (or 0x105375) is known color: Dark Cerulean. HEX triplet: 10, 53 and 75. RGB value is (16,83,117). Sum of RGB (Red+Green+Blue) = 16+83+117=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #105375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105375 is #EFAC8A. Grayscale: #424242. Windows color (decimal): -15707275 or 7688976. OLE color: 7688976.

HSL color Cylindrical-coordinate representation of color #105375: hue angle of 200.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105375 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 83 117 -
CMYK 0.86 0.29 0 0.54
HSL 200.2º 0.76% 0.26% -
HSV(B) 200.2º 0.86% 0.46% -
XYZ 6.52 7.58 17.95 -
YUV 66.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 16 83 117 0.86 0.29 0 0.54 200.2 0.76 0.26
Hex 10 53 75 56 1D 0 36 C8 4C 1A
Octal 20 123 165 126 35 0 66 310 114 32
Binary 10000 1010011 1110101 1010110 11101 0 110110 11001000 1001100 11010

Color Harmonies of #105375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105375

Black with #105375

Text Example


Text Example

White with #105375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105375; }

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

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

background-color css

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

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

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

border-color css

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

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

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