Html Css Color HEX #103C7F Dark Cerulean

📋 copy color: '#103C7F'

red 16 ◦ green 60 ◦ blue 127

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

Shades of Dark Cerulean #103C7F

Tints of Dark Cerulean #103C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.56%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 7.88%
G = 29.56%
B = 62.56%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#103C7F (or 0x103C7F) is known color: Dark Cerulean. HEX triplet: 10, 3C and 7F. RGB value is (16,60,127). Sum of RGB (Red+Green+Blue) = 16+60+127=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #103C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C7F is #EFC380. Grayscale: #363636. Windows color (decimal): -15713153 or 8338448. OLE color: 8338448.

HSL color Cylindrical-coordinate representation of color #103C7F: hue angle of 216.22º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103C7F is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 60 127 -
CMYK 0.87 0.53 0 0.50
HSL 216.22º 0.78% 0.28% -
HSV(B) 216.22º 0.87% 0.5% -
XYZ 5.66 4.87 20.72 -
YUV 54.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 16 60 127 0.87 0.53 0 0.50 216.22 0.78 0.28
Hex 10 3C 7F 57 35 0 32 D8 4E 1C
Octal 20 74 177 127 65 0 62 330 116 34
Binary 10000 111100 1111111 1010111 110101 0 110010 11011000 1001110 11100

Color Harmonies of #103C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C7F

Black with #103C7F

Text Example


Text Example

White with #103C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,60,127); }

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

background-color css

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

 a { background-color: rgb(16,60,127); }

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

border-color css

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

 span { border-color: rgb(16,60,127); }

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