Html Css Color HEX #104385 Dark Cerulean

📋 copy color: '#104385'

red 16 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #104385

Tints of Dark Cerulean #104385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

 BLUE value IS 133 (52.34% from 255) = 61.57%

R = 7.41%
G = 31.02%
B = 61.57%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#104385 (or 0x104385) is known color: Dark Cerulean. HEX triplet: 10, 43 and 85. RGB value is (16,67,133). Sum of RGB (Red+Green+Blue) = 16+67+133=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #104385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104385 is #EFBC7A. Grayscale: #3A3A3A. Windows color (decimal): -15711355 or 8733456. OLE color: 8733456.

HSL color Cylindrical-coordinate representation of color #104385: hue angle of 213.85º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104385 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 67 133 -
CMYK 0.88 0.50 0 0.48
HSL 213.85º 0.79% 0.29% -
HSV(B) 213.85º 0.88% 0.52% -
XYZ 6.45 5.82 22.97 -
YUV 59.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 16 67 133 0.88 0.50 0 0.48 213.85 0.79 0.29
Hex 10 43 85 58 32 0 30 D6 4F 1D
Octal 20 103 205 130 62 0 60 326 117 35
Binary 10000 1000011 10000101 1011000 110010 0 110000 11010110 1001111 11101

Color Harmonies of #104385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104385

Black with #104385

Text Example


Text Example

White with #104385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104385; }

 p { color: rgb(16,67,133); }

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

background-color css

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

 a { background-color: rgb(16,67,133); }

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

border-color css

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

 span { border-color: rgb(16,67,133); }

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