Html Css Color HEX #125395 Endeavour

📋 copy color: '#125395'

red 18 ◦ green 83 ◦ blue 149

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

Shades of Endeavour #125395

Tints of Endeavour #125395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 7.2%
G = 33.2%
B = 59.6%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125395 (or 0x125395) is known color: Endeavour. HEX triplet: 12, 53 and 95. RGB value is (18,83,149). Sum of RGB (Red+Green+Blue) = 18+83+149=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #125395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125395 is #EDAC6A. Grayscale: #464646. Windows color (decimal): -15576171 or 9786130. OLE color: 9786130.

HSL color Cylindrical-coordinate representation of color #125395: hue angle of 210.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125395 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 83 149 -
CMYK 0.88 0.44 0 0.42
HSL 210.23º 0.78% 0.33% -
HSV(B) 210.23º 0.88% 0.58% -
XYZ 8.77 8.49 29.61 -
YUV 71.09 171.97 90.13 -
System Red Green Blue C M Y K H S L
Decimal 18 83 149 0.88 0.44 0 0.42 210.23 0.78 0.33
Hex 12 53 95 58 2C 0 2A D2 4E 21
Octal 22 123 225 130 54 0 52 322 116 41
Binary 10010 1010011 10010101 1011000 101100 0 101010 11010010 1001110 100001

Color Harmonies of #125395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125395

Black with #125395

Text Example


Text Example

White with #125395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125395; }

 p { color: rgb(18,83,149); }

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

background-color css

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

 a { background-color: rgb(18,83,149); }

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

border-color css

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

 span { border-color: rgb(18,83,149); }

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