Html Css Color HEX #104574 Dark Cerulean

📋 copy color: '#104574'

red 16 ◦ green 69 ◦ blue 116

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

Shades of Dark Cerulean #104574

Tints of Dark Cerulean #104574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

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

R = 7.96%
G = 34.33%
B = 57.71%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#104574 (or 0x104574) is known color: Dark Cerulean. HEX triplet: 10, 45 and 74. RGB value is (16,69,116). Sum of RGB (Red+Green+Blue) = 16+69+116=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #104574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104574 is #EFBA8B. Grayscale: #3A3A3A. Windows color (decimal): -15710860 or 7619856. OLE color: 7619856.

HSL color Cylindrical-coordinate representation of color #104574: hue angle of 208.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 #104574 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 69 116 -
CMYK 0.86 0.41 0 0.55
HSL 208.2º 0.76% 0.26% -
HSV(B) 208.2º 0.86% 0.45% -
XYZ 5.49 5.63 17.32 -
YUV 58.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 16 69 116 0.86 0.41 0 0.55 208.2 0.76 0.26
Hex 10 45 74 56 29 0 37 D0 4C 1A
Octal 20 105 164 126 51 0 67 320 114 32
Binary 10000 1000101 1110100 1010110 101001 0 110111 11010000 1001100 11010

Color Harmonies of #104574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104574

Black with #104574

Text Example


Text Example

White with #104574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104574; }

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

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

background-color css

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

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

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

border-color css

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

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

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