Html Css Color HEX #103D6E Dark Cerulean

📋 copy color: '#103D6E'

red 16 ◦ green 61 ◦ blue 110

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

Shades of Dark Cerulean #103D6E

Tints of Dark Cerulean #103D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 8.56%
G = 32.62%
B = 58.82%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#103D6E (or 0x103D6E) is known color: Dark Cerulean. HEX triplet: 10, 3D and 6E. RGB value is (16,61,110). Sum of RGB (Red+Green+Blue) = 16+61+110=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #103D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D6E is #EFC291. Grayscale: #343434. Windows color (decimal): -15712914 or 7224592. OLE color: 7224592.

HSL color Cylindrical-coordinate representation of color #103D6E: hue angle of 211.28º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103D6E is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 61 110 -
CMYK 0.85 0.45 0 0.57
HSL 211.28º 0.75% 0.25% -
HSV(B) 211.28º 0.85% 0.43% -
XYZ 4.7 4.57 15.39 -
YUV 53.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 16 61 110 0.85 0.45 0 0.57 211.28 0.75 0.25
Hex 10 3D 6E 55 2D 0 39 D3 4B 19
Octal 20 75 156 125 55 0 71 323 113 31
Binary 10000 111101 1101110 1010101 101101 0 111001 11010011 1001011 11001

Color Harmonies of #103D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D6E

Black with #103D6E

Text Example


Text Example

White with #103D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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