Html Css Color HEX #104C89 Dark Cerulean

📋 copy color: '#104C89'

red 16 ◦ green 76 ◦ blue 137

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

Shades of Dark Cerulean #104C89

Tints of Dark Cerulean #104C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.19%

 BLUE value IS 137 (53.91% from 255) = 59.83%

R = 6.99%
G = 33.19%
B = 59.83%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#104C89 (or 0x104C89) is known color: Dark Cerulean. HEX triplet: 10, 4C and 89. RGB value is (16,76,137). Sum of RGB (Red+Green+Blue) = 16+76+137=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #104C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C89 is #EFB376. Grayscale: #404040. Windows color (decimal): -15709047 or 8997904. OLE color: 8997904.

HSL color Cylindrical-coordinate representation of color #104C89: hue angle of 210.25º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C89 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 76 137 -
CMYK 0.88 0.45 0 0.46
HSL 210.25º 0.79% 0.3% -
HSV(B) 210.25º 0.88% 0.54% -
XYZ 7.31 7.09 24.65 -
YUV 65.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 16 76 137 0.88 0.45 0 0.46 210.25 0.79 0.3
Hex 10 4C 89 58 2D 0 2E D2 4F 1E
Octal 20 114 211 130 55 0 56 322 117 36
Binary 10000 1001100 10001001 1011000 101101 0 101110 11010010 1001111 11110

Color Harmonies of #104C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C89

Black with #104C89

Text Example


Text Example

White with #104C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C89; }

 p { color: rgb(16,76,137); }

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

background-color css

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

 a { background-color: rgb(16,76,137); }

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

border-color css

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

 span { border-color: rgb(16,76,137); }

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