Html Css Color HEX #104380 Dark Cerulean

📋 copy color: '#104380'

red 16 ◦ green 67 ◦ blue 128

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

Shades of Dark Cerulean #104380

Tints of Dark Cerulean #104380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.66%

R = 7.58%
G = 31.75%
B = 60.66%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#104380 (or 0x104380) is known color: Dark Cerulean. HEX triplet: 10, 43 and 80. RGB value is (16,67,128). Sum of RGB (Red+Green+Blue) = 16+67+128=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #104380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104380 is #EFBC7F. Grayscale: #3A3A3A. Windows color (decimal): -15711360 or 8405776. OLE color: 8405776.

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

Color convert

RGB 16 67 128 -
CMYK 0.88 0.48 0 0.50
HSL 212.68º 0.78% 0.28% -
HSV(B) 212.68º 0.88% 0.5% -
XYZ 6.12 5.68 21.2 -
YUV 58.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 16 67 128 0.88 0.48 0 0.50 212.68 0.78 0.28
Hex 10 43 80 58 30 0 32 D5 4E 1C
Octal 20 103 200 130 60 0 62 325 116 34
Binary 10000 1000011 10000000 1011000 110000 0 110010 11010101 1001110 11100

Color Harmonies of #104380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104380

Black with #104380

Text Example


Text Example

White with #104380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104380; }

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

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

background-color css

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

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

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

border-color css

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

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

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