Html Css Color HEX #0F599A Endeavour

📋 copy color: '#0F599A'

red 15 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #0F599A

Tints of Endeavour #0F599A

RGB

 RED value IS 15 (6.25% from 255) = 5.81%

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 154 (60.55% from 255) = 59.69%

R = 5.81%
G = 34.5%
B = 59.69%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F599A (or 0x0F599A) is known color: Endeavour. HEX triplet: 0F, 59 and 9A. RGB value is (15,89,154). Sum of RGB (Red+Green+Blue) = 15+89+154=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F599A is #F0A665. Grayscale: #494949. Windows color (decimal): -15771238 or 10115343. OLE color: 10115343.

HSL color Cylindrical-coordinate representation of color #0F599A: hue angle of 208.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F599A is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 89 154 -
CMYK 0.90 0.42 0 0.40
HSL 208.06º 0.82% 0.33% -
HSV(B) 208.06º 0.9% 0.6% -
XYZ 9.6 9.58 31.91 -
YUV 74.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 15 89 154 0.90 0.42 0 0.40 208.06 0.82 0.33
Hex F 59 9A 5A 2A 0 28 D0 52 21
Octal 17 131 232 132 52 0 50 320 122 41
Binary 1111 1011001 10011010 1011010 101010 0 101000 11010000 1010010 100001

Color Harmonies of #0F599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F599A

Black with #0F599A

Text Example


Text Example

White with #0F599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F599A; }

 p { color: rgb(15,89,154); }

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

background-color css

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

 a { background-color: rgb(15,89,154); }

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

border-color css

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

 span { border-color: rgb(15,89,154); }

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