Html Css Color HEX #113E6E Dark Cerulean

📋 copy color: '#113E6E'

red 17 ◦ green 62 ◦ blue 110

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

Shades of Dark Cerulean #113E6E

Tints of Dark Cerulean #113E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 8.99%
G = 32.8%
B = 58.2%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#113E6E (or 0x113E6E) is known color: Dark Cerulean. HEX triplet: 11, 3E and 6E. RGB value is (17,62,110). Sum of RGB (Red+Green+Blue) = 17+62+110=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #113E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E6E is #EEC191. Grayscale: #353535. Windows color (decimal): -15647122 or 7224849. OLE color: 7224849.

HSL color Cylindrical-coordinate representation of color #113E6E: hue angle of 210.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113E6E is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 62 110 -
CMYK 0.85 0.44 0 0.57
HSL 210.97º 0.73% 0.25% -
HSV(B) 210.97º 0.85% 0.43% -
XYZ 4.77 4.69 15.41 -
YUV 54.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 17 62 110 0.85 0.44 0 0.57 210.97 0.73 0.25
Hex 11 3E 6E 55 2C 0 39 D3 49 19
Octal 21 76 156 125 54 0 71 323 111 31
Binary 10001 111110 1101110 1010101 101100 0 111001 11010011 1001001 11001

Color Harmonies of #113E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E6E

Black with #113E6E

Text Example


Text Example

White with #113E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113E6E; }

 p { color: rgb(17,62,110); }

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

background-color css

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

 a { background-color: rgb(17,62,110); }

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

border-color css

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

 span { border-color: rgb(17,62,110); }

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