Html Css Color HEX #104074 Dark Cerulean

📋 copy color: '#104074'

red 16 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #104074

Tints of Dark Cerulean #104074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 8.16%
G = 32.65%
B = 59.18%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104074 (or 0x104074) is known color: Dark Cerulean. HEX triplet: 10, 40 and 74. RGB value is (16,64,116). Sum of RGB (Red+Green+Blue) = 16+64+116=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #104074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104074 is #EFBF8B. Grayscale: #373737. Windows color (decimal): -15712140 or 7618576. OLE color: 7618576.

HSL color Cylindrical-coordinate representation of color #104074: hue angle of 211.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104074 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 64 116 -
CMYK 0.86 0.45 0 0.55
HSL 211.2º 0.76% 0.26% -
HSV(B) 211.2º 0.86% 0.45% -
XYZ 5.2 5.04 17.22 -
YUV 55.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 16 64 116 0.86 0.45 0 0.55 211.2 0.76 0.26
Hex 10 40 74 56 2D 0 37 D3 4C 1A
Octal 20 100 164 126 55 0 67 323 114 32
Binary 10000 1000000 1110100 1010110 101101 0 110111 11010011 1001100 11010

Color Harmonies of #104074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104074

Black with #104074

Text Example


Text Example

White with #104074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104074; }

 p { color: rgb(16,64,116); }

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

background-color css

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

 a { background-color: rgb(16,64,116); }

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

border-color css

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

 span { border-color: rgb(16,64,116); }

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