Html Css Color HEX #104083 Dark Cerulean

📋 copy color: '#104083'

red 16 ◦ green 64 ◦ blue 131

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

Shades of Dark Cerulean #104083

Tints of Dark Cerulean #104083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 7.58%
G = 30.33%
B = 62.09%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#104083 (or 0x104083) is known color: Dark Cerulean. HEX triplet: 10, 40 and 83. RGB value is (16,64,131). Sum of RGB (Red+Green+Blue) = 16+64+131=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #104083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104083 is #EFBF7C. Grayscale: #383838. Windows color (decimal): -15712125 or 8601616. OLE color: 8601616.

HSL color Cylindrical-coordinate representation of color #104083: hue angle of 214.96º 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 #104083 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 64 131 -
CMYK 0.88 0.51 0 0.49
HSL 214.96º 0.78% 0.29% -
HSV(B) 214.96º 0.88% 0.51% -
XYZ 6.14 5.42 22.19 -
YUV 57.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 16 64 131 0.88 0.51 0 0.49 214.96 0.78 0.29
Hex 10 40 83 58 33 0 31 D7 4E 1D
Octal 20 100 203 130 63 0 61 327 116 35
Binary 10000 1000000 10000011 1011000 110011 0 110001 11010111 1001110 11101

Color Harmonies of #104083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104083

Black with #104083

Text Example


Text Example

White with #104083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104083; }

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

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

background-color css

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

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

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

border-color css

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

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

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