Html Css Color HEX #103D7C Dark Cerulean

📋 copy color: '#103D7C'

red 16 ◦ green 61 ◦ blue 124

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

Shades of Dark Cerulean #103D7C

Tints of Dark Cerulean #103D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.69%

R = 7.96%
G = 30.35%
B = 61.69%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#103D7C (or 0x103D7C) is known color: Dark Cerulean. HEX triplet: 10, 3D and 7C. RGB value is (16,61,124). Sum of RGB (Red+Green+Blue) = 16+61+124=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #103D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D7C is #EFC283. Grayscale: #363636. Windows color (decimal): -15712900 or 8142096. OLE color: 8142096.

HSL color Cylindrical-coordinate representation of color #103D7C: hue angle of 215º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103D7C is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 61 124 -
CMYK 0.87 0.51 0 0.51
HSL 215º 0.77% 0.27% -
HSV(B) 215º 0.87% 0.49% -
XYZ 5.52 4.9 19.72 -
YUV 54.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 16 61 124 0.87 0.51 0 0.51 215 0.77 0.27
Hex 10 3D 7C 57 33 0 33 D7 4D 1B
Octal 20 75 174 127 63 0 63 327 115 33
Binary 10000 111101 1111100 1010111 110011 0 110011 11010111 1001101 11011

Color Harmonies of #103D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D7C

Black with #103D7C

Text Example


Text Example

White with #103D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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