Html Css Color HEX #103C7B Dark Cerulean

📋 copy color: '#103C7B'

red 16 ◦ green 60 ◦ blue 123

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

Shades of Dark Cerulean #103C7B

Tints of Dark Cerulean #103C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 61.81%

R = 8.04%
G = 30.15%
B = 61.81%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#103C7B (or 0x103C7B) is known color: Dark Cerulean. HEX triplet: 10, 3C and 7B. RGB value is (16,60,123). Sum of RGB (Red+Green+Blue) = 16+60+123=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #103C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C7B is #EFC384. Grayscale: #353535. Windows color (decimal): -15713157 or 8076304. OLE color: 8076304.

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

Color convert

RGB 16 60 123 -
CMYK 0.87 0.51 0 0.52
HSL 215.33º 0.77% 0.27% -
HSV(B) 215.33º 0.87% 0.48% -
XYZ 5.4 4.77 19.38 -
YUV 54.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 16 60 123 0.87 0.51 0 0.52 215.33 0.77 0.27
Hex 10 3C 7B 57 33 0 34 D7 4D 1B
Octal 20 74 173 127 63 0 64 327 115 33
Binary 10000 111100 1111011 1010111 110011 0 110100 11010111 1001101 11011

Color Harmonies of #103C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C7B

Black with #103C7B

Text Example


Text Example

White with #103C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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