Html Css Color HEX #104075 Dark Cerulean

📋 copy color: '#104075'

red 16 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #104075

Tints of Dark Cerulean #104075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 8.12%
G = 32.49%
B = 59.39%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#104075 (or 0x104075) is known color: Dark Cerulean. HEX triplet: 10, 40 and 75. RGB value is (16,64,117). Sum of RGB (Red+Green+Blue) = 16+64+117=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #104075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104075 is #EFBF8A. Grayscale: #373737. Windows color (decimal): -15712139 or 7684112. OLE color: 7684112.

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

Color convert

RGB 16 64 117 -
CMYK 0.86 0.45 0 0.54
HSL 211.49º 0.76% 0.26% -
HSV(B) 211.49º 0.86% 0.46% -
XYZ 5.26 5.06 17.53 -
YUV 55.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 16 64 117 0.86 0.45 0 0.54 211.49 0.76 0.26
Hex 10 40 75 56 2D 0 36 D3 4C 1A
Octal 20 100 165 126 55 0 66 323 114 32
Binary 10000 1000000 1110101 1010110 101101 0 110110 11010011 1001100 11010

Color Harmonies of #104075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104075

Black with #104075

Text Example


Text Example

White with #104075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104075; }

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

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

background-color css

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

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

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

border-color css

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

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

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