Html Css Color HEX #104883 Dark Cerulean

📋 copy color: '#104883'

red 16 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #104883

Tints of Dark Cerulean #104883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 7.31%
G = 32.88%
B = 59.82%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104883 (or 0x104883) is known color: Dark Cerulean. HEX triplet: 10, 48 and 83. RGB value is (16,72,131). Sum of RGB (Red+Green+Blue) = 16+72+131=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #104883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104883 is #EFB77C. Grayscale: #3D3D3D. Windows color (decimal): -15710077 or 8603664. OLE color: 8603664.

HSL color Cylindrical-coordinate representation of color #104883: hue angle of 210.78º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104883 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 72 131 -
CMYK 0.88 0.45 0 0.49
HSL 210.78º 0.78% 0.29% -
HSV(B) 210.78º 0.88% 0.51% -
XYZ 6.63 6.38 22.36 -
YUV 61.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 16 72 131 0.88 0.45 0 0.49 210.78 0.78 0.29
Hex 10 48 83 58 2D 0 31 D3 4E 1D
Octal 20 110 203 130 55 0 61 323 116 35
Binary 10000 1001000 10000011 1011000 101101 0 110001 11010011 1001110 11101

Color Harmonies of #104883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104883

Black with #104883

Text Example


Text Example

White with #104883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104883; }

 p { color: rgb(16,72,131); }

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

background-color css

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

 a { background-color: rgb(16,72,131); }

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

border-color css

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

 span { border-color: rgb(16,72,131); }

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