Html Css Color HEX #103B7E Dark Cerulean

📋 copy color: '#103B7E'

red 16 ◦ green 59 ◦ blue 126

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

Shades of Dark Cerulean #103B7E

Tints of Dark Cerulean #103B7E

RGB

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

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

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

R = 7.96%
G = 29.35%
B = 62.69%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#103B7E (or 0x103B7E) is known color: Dark Cerulean. HEX triplet: 10, 3B and 7E. RGB value is (16,59,126). Sum of RGB (Red+Green+Blue) = 16+59+126=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #103B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B7E is #EFC481. Grayscale: #353535. Windows color (decimal): -15713410 or 8272656. OLE color: 8272656.

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

Color convert

RGB 16 59 126 -
CMYK 0.87 0.53 0 0.51
HSL 216.55º 0.77% 0.28% -
HSV(B) 216.55º 0.87% 0.49% -
XYZ 5.54 4.74 20.36 -
YUV 53.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 16 59 126 0.87 0.53 0 0.51 216.55 0.77 0.28
Hex 10 3B 7E 57 35 0 33 D9 4D 1C
Octal 20 73 176 127 65 0 63 331 115 34
Binary 10000 111011 1111110 1010111 110101 0 110011 11011001 1001101 11100

Color Harmonies of #103B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B7E

Black with #103B7E

Text Example


Text Example

White with #103B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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