Html Css Color HEX #114583 Dark Cerulean

📋 copy color: '#114583'

red 17 ◦ green 69 ◦ blue 131

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

Shades of Dark Cerulean #114583

Tints of Dark Cerulean #114583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 7.83%
G = 31.8%
B = 60.37%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#114583 (or 0x114583) is known color: Dark Cerulean. HEX triplet: 11, 45 and 83. RGB value is (17,69,131). Sum of RGB (Red+Green+Blue) = 17+69+131=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #114583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114583 is #EEBA7C. Grayscale: #3C3C3C. Windows color (decimal): -15645309 or 8602897. OLE color: 8602897.

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

Color convert

RGB 17 69 131 -
CMYK 0.87 0.47 0 0.49
HSL 212.63º 0.77% 0.29% -
HSV(B) 212.63º 0.87% 0.51% -
XYZ 6.46 6.01 22.29 -
YUV 60.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 17 69 131 0.87 0.47 0 0.49 212.63 0.77 0.29
Hex 11 45 83 57 2F 0 31 D5 4D 1D
Octal 21 105 203 127 57 0 61 325 115 35
Binary 10001 1000101 10000011 1010111 101111 0 110001 11010101 1001101 11101

Color Harmonies of #114583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114583

Black with #114583

Text Example


Text Example

White with #114583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114583; }

 p { color: rgb(17,69,131); }

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

background-color css

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

 a { background-color: rgb(17,69,131); }

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

border-color css

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

 span { border-color: rgb(17,69,131); }

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