Html Css Color HEX #104C6C Dark Cerulean

📋 copy color: '#104C6C'

red 16 ◦ green 76 ◦ blue 108

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

Shades of Dark Cerulean #104C6C

Tints of Dark Cerulean #104C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

 BLUE value IS 108 (42.58% from 255) = 54%

R = 8%
G = 38%
B = 54%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#104C6C (or 0x104C6C) is known color: Dark Cerulean. HEX triplet: 10, 4C and 6C. RGB value is (16,76,108). Sum of RGB (Red+Green+Blue) = 16+76+108=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #104C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C6C is #EFB393. Grayscale: #3D3D3D. Windows color (decimal): -15709076 or 7097360. OLE color: 7097360.

HSL color Cylindrical-coordinate representation of color #104C6C: hue angle of 200.87º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104C6C is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 76 108 -
CMYK 0.85 0.30 0 0.58
HSL 200.87º 0.74% 0.24% -
HSV(B) 200.87º 0.85% 0.42% -
XYZ 5.5 6.36 15.13 -
YUV 61.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 16 76 108 0.85 0.30 0 0.58 200.87 0.74 0.24
Hex 10 4C 6C 55 1E 0 3A C9 4A 18
Octal 20 114 154 125 36 0 72 311 112 30
Binary 10000 1001100 1101100 1010101 11110 0 111010 11001001 1001010 11000

Color Harmonies of #104C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C6C

Black with #104C6C

Text Example


Text Example

White with #104C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,76,108); }

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

background-color css

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

 a { background-color: rgb(16,76,108); }

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

border-color css

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

 span { border-color: rgb(16,76,108); }

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