Html Css Color HEX #103C7E Dark Cerulean

📋 copy color: '#103C7E'

red 16 ◦ green 60 ◦ blue 126

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

Shades of Dark Cerulean #103C7E

Tints of Dark Cerulean #103C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.38%

R = 7.92%
G = 29.7%
B = 62.38%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#103C7E (or 0x103C7E) is known color: Dark Cerulean. HEX triplet: 10, 3C and 7E. RGB value is (16,60,126). Sum of RGB (Red+Green+Blue) = 16+60+126=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #103C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C7E is #EFC381. Grayscale: #363636. Windows color (decimal): -15713154 or 8272912. OLE color: 8272912.

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

Color convert

RGB 16 60 126 -
CMYK 0.87 0.52 0 0.51
HSL 216º 0.77% 0.28% -
HSV(B) 216º 0.87% 0.49% -
XYZ 5.6 4.85 20.38 -
YUV 54.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 16 60 126 0.87 0.52 0 0.51 216 0.77 0.28
Hex 10 3C 7E 57 34 0 33 D8 4D 1C
Octal 20 74 176 127 64 0 63 330 115 34
Binary 10000 111100 1111110 1010111 110100 0 110011 11011000 1001101 11100

Color Harmonies of #103C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C7E

Black with #103C7E

Text Example


Text Example

White with #103C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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