Html Css Color HEX #104488 Dark Cerulean

📋 copy color: '#104488'

red 16 ◦ green 68 ◦ blue 136

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

Shades of Dark Cerulean #104488

Tints of Dark Cerulean #104488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 7.27%
G = 30.91%
B = 61.82%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#104488 (or 0x104488) is known color: Dark Cerulean. HEX triplet: 10, 44 and 88. RGB value is (16,68,136). Sum of RGB (Red+Green+Blue) = 16+68+136=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #104488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104488 is #EFBB77. Grayscale: #3B3B3B. Windows color (decimal): -15711096 or 8930320. OLE color: 8930320.

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

Color convert

RGB 16 68 136 -
CMYK 0.88 0.50 0 0.47
HSL 214º 0.79% 0.3% -
HSV(B) 214º 0.88% 0.53% -
XYZ 6.72 6.02 24.1 -
YUV 60.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 16 68 136 0.88 0.50 0 0.47 214 0.79 0.3
Hex 10 44 88 58 32 0 2F D6 4F 1E
Octal 20 104 210 130 62 0 57 326 117 36
Binary 10000 1000100 10001000 1011000 110010 0 101111 11010110 1001111 11110

Color Harmonies of #104488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104488

Black with #104488

Text Example


Text Example

White with #104488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104488; }

 p { color: rgb(16,68,136); }

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

background-color css

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

 a { background-color: rgb(16,68,136); }

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

border-color css

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

 span { border-color: rgb(16,68,136); }

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