Html Css Color HEX #125398 Endeavour

📋 copy color: '#125398'

red 18 ◦ green 83 ◦ blue 152

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

Shades of Endeavour #125398

Tints of Endeavour #125398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 7.11%
G = 32.81%
B = 60.08%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#125398 (or 0x125398) is known color: Endeavour. HEX triplet: 12, 53 and 98. RGB value is (18,83,152). Sum of RGB (Red+Green+Blue) = 18+83+152=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #125398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125398 is #EDAC67. Grayscale: #474747. Windows color (decimal): -15576168 or 9982738. OLE color: 9982738.

HSL color Cylindrical-coordinate representation of color #125398: hue angle of 210.9º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125398 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 83 152 -
CMYK 0.88 0.45 0 0.40
HSL 210.9º 0.79% 0.33% -
HSV(B) 210.9º 0.88% 0.6% -
XYZ 9.01 8.58 30.89 -
YUV 71.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 18 83 152 0.88 0.45 0 0.40 210.9 0.79 0.33
Hex 12 53 98 58 2D 0 28 D3 4F 21
Octal 22 123 230 130 55 0 50 323 117 41
Binary 10010 1010011 10011000 1011000 101101 0 101000 11010011 1001111 100001

Color Harmonies of #125398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125398

Black with #125398

Text Example


Text Example

White with #125398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125398; }

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

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

background-color css

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

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

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

border-color css

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

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

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