Html Css Color HEX #103F8D Dark Cerulean

📋 copy color: '#103F8D'

red 16 ◦ green 63 ◦ blue 141

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

Shades of Dark Cerulean #103F8D

Tints of Dark Cerulean #103F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 7.27%
G = 28.64%
B = 64.09%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#103F8D (or 0x103F8D) is known color: Dark Cerulean. HEX triplet: 10, 3F and 8D. RGB value is (16,63,141). Sum of RGB (Red+Green+Blue) = 16+63+141=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #103F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103F8D is #EFC072. Grayscale: #393939. Windows color (decimal): -15712371 or 9256720. OLE color: 9256720.

HSL color Cylindrical-coordinate representation of color #103F8D: hue angle of 217.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #103F8D is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 63 141 -
CMYK 0.89 0.55 0 0.45
HSL 217.44º 0.8% 0.31% -
HSV(B) 217.44º 0.89% 0.55% -
XYZ 6.8 5.59 25.92 -
YUV 57.84 174.93 98.16 -
System Red Green Blue C M Y K H S L
Decimal 16 63 141 0.89 0.55 0 0.45 217.44 0.8 0.31
Hex 10 3F 8D 59 37 0 2D D9 50 1F
Octal 20 77 215 131 67 0 55 331 120 37
Binary 10000 111111 10001101 1011001 110111 0 101101 11011001 1010000 11111

Color Harmonies of #103F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F8D

Black with #103F8D

Text Example


Text Example

White with #103F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,63,141); }

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

background-color css

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

 a { background-color: rgb(16,63,141); }

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

border-color css

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

 span { border-color: rgb(16,63,141); }

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