Html Css Color HEX #103D89 Dark Cerulean

📋 copy color: '#103D89'

red 16 ◦ green 61 ◦ blue 137

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

Shades of Dark Cerulean #103D89

Tints of Dark Cerulean #103D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.5%

 BLUE value IS 137 (53.91% from 255) = 64.02%

R = 7.48%
G = 28.5%
B = 64.02%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#103D89 (or 0x103D89) is known color: Dark Cerulean. HEX triplet: 10, 3D and 89. RGB value is (16,61,137). Sum of RGB (Red+Green+Blue) = 16+61+137=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #103D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D89 is #EFC276. Grayscale: #373737. Windows color (decimal): -15712887 or 8994064. OLE color: 8994064.

HSL color Cylindrical-coordinate representation of color #103D89: hue angle of 217.69º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103D89 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 61 137 -
CMYK 0.88 0.55 0 0.46
HSL 217.69º 0.79% 0.3% -
HSV(B) 217.69º 0.88% 0.54% -
XYZ 6.4 5.25 24.34 -
YUV 56.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 16 61 137 0.88 0.55 0 0.46 217.69 0.79 0.3
Hex 10 3D 89 58 37 0 2E DA 4F 1E
Octal 20 75 211 130 67 0 56 332 117 36
Binary 10000 111101 10001001 1011000 110111 0 101110 11011010 1001111 11110

Color Harmonies of #103D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D89

Black with #103D89

Text Example


Text Example

White with #103D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103D89; }

 p { color: rgb(16,61,137); }

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

background-color css

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

 a { background-color: rgb(16,61,137); }

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

border-color css

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

 span { border-color: rgb(16,61,137); }

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