Html Css Color HEX #103B7C Dark Cerulean

📋 copy color: '#103B7C'

red 16 ◦ green 59 ◦ blue 124

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

Shades of Dark Cerulean #103B7C

Tints of Dark Cerulean #103B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

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

R = 8.04%
G = 29.65%
B = 62.31%

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

#103B7C (or 0x103B7C) is known color: Dark Cerulean. HEX triplet: 10, 3B and 7C. RGB value is (16,59,124). Sum of RGB (Red+Green+Blue) = 16+59+124=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #103B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B7C is #EFC483. Grayscale: #353535. Windows color (decimal): -15713412 or 8141584. OLE color: 8141584.

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

Color convert

RGB 16 59 124 -
CMYK 0.87 0.52 0 0.51
HSL 216.11º 0.77% 0.27% -
HSV(B) 216.11º 0.87% 0.49% -
XYZ 5.42 4.69 19.69 -
YUV 53.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 16 59 124 0.87 0.52 0 0.51 216.11 0.77 0.27
Hex 10 3B 7C 57 34 0 33 D8 4D 1B
Octal 20 73 174 127 64 0 63 330 115 33
Binary 10000 111011 1111100 1010111 110100 0 110011 11011000 1001101 11011

Color Harmonies of #103B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B7C

Black with #103B7C

Text Example


Text Example

White with #103B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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