Html Css Color HEX #104D7F Dark Cerulean

📋 copy color: '#104D7F'

red 16 ◦ green 77 ◦ blue 127

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

Shades of Dark Cerulean #104D7F

Tints of Dark Cerulean #104D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35%

 BLUE value IS 127 (50% from 255) = 57.73%

R = 7.27%
G = 35%
B = 57.73%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#104D7F (or 0x104D7F) is known color: Dark Cerulean. HEX triplet: 10, 4D and 7F. RGB value is (16,77,127). Sum of RGB (Red+Green+Blue) = 16+77+127=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #104D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D7F is #EFB280. Grayscale: #404040. Windows color (decimal): -15708801 or 8342800. OLE color: 8342800.

HSL color Cylindrical-coordinate representation of color #104D7F: hue angle of 207.03º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104D7F is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 77 127 -
CMYK 0.87 0.39 0 0.50
HSL 207.03º 0.78% 0.28% -
HSV(B) 207.03º 0.87% 0.5% -
XYZ 6.7 6.95 21.07 -
YUV 64.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 16 77 127 0.87 0.39 0 0.50 207.03 0.78 0.28
Hex 10 4D 7F 57 27 0 32 CF 4E 1C
Octal 20 115 177 127 47 0 62 317 116 34
Binary 10000 1001101 1111111 1010111 100111 0 110010 11001111 1001110 11100

Color Harmonies of #104D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D7F

Black with #104D7F

Text Example


Text Example

White with #104D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,77,127); }

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

background-color css

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

 a { background-color: rgb(16,77,127); }

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

border-color css

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

 span { border-color: rgb(16,77,127); }

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