Html Css Color HEX #104B7D Dark Cerulean

📋 copy color: '#104B7D'

red 16 ◦ green 75 ◦ blue 125

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

Shades of Dark Cerulean #104B7D

Tints of Dark Cerulean #104B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.72%

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 7.41%
G = 34.72%
B = 57.87%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#104B7D (or 0x104B7D) is known color: Dark Cerulean. HEX triplet: 10, 4B and 7D. RGB value is (16,75,125). Sum of RGB (Red+Green+Blue) = 16+75+125=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #104B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B7D is #EFB482. Grayscale: #3E3E3E. Windows color (decimal): -15709315 or 8211216. OLE color: 8211216.

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

Color convert

RGB 16 75 125 -
CMYK 0.87 0.40 0 0.51
HSL 207.52º 0.77% 0.28% -
HSV(B) 207.52º 0.87% 0.49% -
XYZ 6.43 6.62 20.34 -
YUV 63.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 16 75 125 0.87 0.40 0 0.51 207.52 0.77 0.28
Hex 10 4B 7D 57 28 0 33 D0 4D 1C
Octal 20 113 175 127 50 0 63 320 115 34
Binary 10000 1001011 1111101 1010111 101000 0 110011 11010000 1001101 11100

Color Harmonies of #104B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104B7D

Black with #104B7D

Text Example


Text Example

White with #104B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104B7D; }

 p { color: rgb(16,75,125); }

 H1.HeaderClassName
 {
   color: #104B7D;
 }
 .AnyTagClassName
 {
   color: #104B7D;
 }
</style>

background-color css

<style>
 a { background-color: #104B7D; }

 a { background-color: rgb(16,75,125); }

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

border-color css

<style>
 span { border-color: #104B7D; }

 span { border-color: rgb(16,75,125); }

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