Html Css Color HEX #103C8B Dark Cerulean

📋 copy color: '#103C8B'

red 16 ◦ green 60 ◦ blue 139

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

Shades of Dark Cerulean #103C8B

Tints of Dark Cerulean #103C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 7.44%
G = 27.91%
B = 64.65%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#103C8B (or 0x103C8B) is known color: Dark Cerulean. HEX triplet: 10, 3C and 8B. RGB value is (16,60,139). Sum of RGB (Red+Green+Blue) = 16+60+139=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #103C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C8B is #EFC374. Grayscale: #373737. Windows color (decimal): -15713141 or 9124880. OLE color: 9124880.

HSL color Cylindrical-coordinate representation of color #103C8B: hue angle of 218.54º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103C8B is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 60 139 -
CMYK 0.88 0.57 0 0.45
HSL 218.54º 0.79% 0.3% -
HSV(B) 218.54º 0.88% 0.55% -
XYZ 6.49 5.21 25.09 -
YUV 55.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 16 60 139 0.88 0.57 0 0.45 218.54 0.79 0.3
Hex 10 3C 8B 58 39 0 2D DB 4F 1E
Octal 20 74 213 130 71 0 55 333 117 36
Binary 10000 111100 10001011 1011000 111001 0 101101 11011011 1001111 11110

Color Harmonies of #103C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C8B

Black with #103C8B

Text Example


Text Example

White with #103C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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