Html Css Color HEX #113281 Dark Cerulean

📋 copy color: '#113281'

red 17 ◦ green 50 ◦ blue 129

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

Shades of Dark Cerulean #113281

Tints of Dark Cerulean #113281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 65.82%

R = 8.67%
G = 25.51%
B = 65.82%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113281 (or 0x113281) is known color: Dark Cerulean. HEX triplet: 11, 32 and 81. RGB value is (17,50,129). Sum of RGB (Red+Green+Blue) = 17+50+129=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #113281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113281 is #EECD7E. Grayscale: #303030. Windows color (decimal): -15650175 or 8466961. OLE color: 8466961.

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

Color convert

RGB 17 50 129 -
CMYK 0.87 0.61 0 0.49
HSL 222.32º 0.77% 0.29% -
HSV(B) 222.32º 0.87% 0.51% -
XYZ 5.33 3.99 21.26 -
YUV 49.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 17 50 129 0.87 0.61 0 0.49 222.32 0.77 0.29
Hex 11 32 81 57 3D 0 31 DE 4D 1D
Octal 21 62 201 127 75 0 61 336 115 35
Binary 10001 110010 10000001 1010111 111101 0 110001 11011110 1001101 11101

Color Harmonies of #113281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113281

Black with #113281

Text Example


Text Example

White with #113281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113281; }

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

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

background-color css

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

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

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

border-color css

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

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

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