Html Css Color HEX #103775 Dark Cerulean

📋 copy color: '#103775'

red 16 ◦ green 55 ◦ blue 117

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

Shades of Dark Cerulean #103775

Tints of Dark Cerulean #103775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

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

R = 8.51%
G = 29.26%
B = 62.23%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#103775 (or 0x103775) is known color: Dark Cerulean. HEX triplet: 10, 37 and 75. RGB value is (16,55,117). Sum of RGB (Red+Green+Blue) = 16+55+117=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #103775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103775 is #EFC88A. Grayscale: #323232. Windows color (decimal): -15714443 or 7681808. OLE color: 7681808.

HSL color Cylindrical-coordinate representation of color #103775: hue angle of 216.83º 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 #103775 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 55 117 -
CMYK 0.86 0.53 0 0.54
HSL 216.83º 0.76% 0.26% -
HSV(B) 216.83º 0.86% 0.46% -
XYZ 4.79 4.13 17.37 -
YUV 50.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 16 55 117 0.86 0.53 0 0.54 216.83 0.76 0.26
Hex 10 37 75 56 35 0 36 D9 4C 1A
Octal 20 67 165 126 65 0 66 331 114 32
Binary 10000 110111 1110101 1010110 110101 0 110110 11011001 1001100 11010

Color Harmonies of #103775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103775

Black with #103775

Text Example


Text Example

White with #103775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103775; }

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

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

background-color css

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

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

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

border-color css

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

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

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