Html Css Color HEX #12558D Endeavour

📋 copy color: '#12558D'

red 18 ◦ green 85 ◦ blue 141

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

Shades of Endeavour #12558D

Tints of Endeavour #12558D

RGB

 RED value IS 18 (7.42% from 255) = 7.38%

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 7.38%
G = 34.84%
B = 57.79%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12558D (or 0x12558D) is known color: Endeavour. HEX triplet: 12, 55 and 8D. RGB value is (18,85,141). Sum of RGB (Red+Green+Blue) = 18+85+141=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #12558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12558D is #EDAA72. Grayscale: #474747. Windows color (decimal): -15575667 or 9262354. OLE color: 9262354.

HSL color Cylindrical-coordinate representation of color #12558D: hue angle of 207.32º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12558D is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 85 141 -
CMYK 0.87 0.40 0 0.45
HSL 207.32º 0.77% 0.31% -
HSV(B) 207.32º 0.87% 0.55% -
XYZ 8.31 8.55 26.41 -
YUV 71.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 18 85 141 0.87 0.40 0 0.45 207.32 0.77 0.31
Hex 12 55 8D 57 28 0 2D CF 4D 1F
Octal 22 125 215 127 50 0 55 317 115 37
Binary 10010 1010101 10001101 1010111 101000 0 101101 11001111 1001101 11111

Color Harmonies of #12558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12558D

Black with #12558D

Text Example


Text Example

White with #12558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12558D; }

 p { color: rgb(18,85,141); }

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

background-color css

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

 a { background-color: rgb(18,85,141); }

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

border-color css

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

 span { border-color: rgb(18,85,141); }

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