Html Css Color HEX #103F7C Dark Cerulean

📋 copy color: '#103F7C'

red 16 ◦ green 63 ◦ blue 124

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

Shades of Dark Cerulean #103F7C

Tints of Dark Cerulean #103F7C

RGB

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

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

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

R = 7.88%
G = 31.03%
B = 61.08%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#103F7C (or 0x103F7C) is known color: Dark Cerulean. HEX triplet: 10, 3F and 7C. RGB value is (16,63,124). Sum of RGB (Red+Green+Blue) = 16+63+124=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #103F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F7C is #EFC083. Grayscale: #373737. Windows color (decimal): -15712388 or 8142608. OLE color: 8142608.

HSL color Cylindrical-coordinate representation of color #103F7C: hue angle of 213.89º 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 #103F7C is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 63 124 -
CMYK 0.87 0.49 0 0.51
HSL 213.89º 0.77% 0.27% -
HSV(B) 213.89º 0.87% 0.49% -
XYZ 5.63 5.12 19.76 -
YUV 55.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 16 63 124 0.87 0.49 0 0.51 213.89 0.77 0.27
Hex 10 3F 7C 57 31 0 33 D6 4D 1B
Octal 20 77 174 127 61 0 63 326 115 33
Binary 10000 111111 1111100 1010111 110001 0 110011 11010110 1001101 11011

Color Harmonies of #103F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F7C

Black with #103F7C

Text Example


Text Example

White with #103F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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