Html Css Color HEX #113282 Dark Cerulean

📋 copy color: '#113282'

red 17 ◦ green 50 ◦ blue 130

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

Shades of Dark Cerulean #113282

Tints of Dark Cerulean #113282

RGB

 RED value IS 17 (7.03% from 255) = 8.63%

 GREEN value IS 50 (19.92% from 255) = 25.38%

 BLUE value IS 130 (51.17% from 255) = 65.99%

R = 8.63%
G = 25.38%
B = 65.99%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113282 (or 0x113282) is known color: Dark Cerulean. HEX triplet: 11, 32 and 82. RGB value is (17,50,130). Sum of RGB (Red+Green+Blue) = 17+50+130=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #113282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113282 is #EECD7D. Grayscale: #303030. Windows color (decimal): -15650174 or 8532497. OLE color: 8532497.

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

Color convert

RGB 17 50 130 -
CMYK 0.87 0.62 0 0.49
HSL 222.48º 0.77% 0.29% -
HSV(B) 222.48º 0.87% 0.51% -
XYZ 5.4 4.01 21.61 -
YUV 49.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 17 50 130 0.87 0.62 0 0.49 222.48 0.77 0.29
Hex 11 32 82 57 3E 0 31 DE 4D 1D
Octal 21 62 202 127 76 0 61 336 115 35
Binary 10001 110010 10000010 1010111 111110 0 110001 11011110 1001101 11101

Color Harmonies of #113282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113282

Black with #113282

Text Example


Text Example

White with #113282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113282; }

 p { color: rgb(17,50,130); }

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

background-color css

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

 a { background-color: rgb(17,50,130); }

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

border-color css

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

 span { border-color: rgb(17,50,130); }

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