Html Css Color HEX #0F5693 Endeavour

📋 copy color: '#0F5693'

red 15 ◦ green 86 ◦ blue 147

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

Shades of Endeavour #0F5693

Tints of Endeavour #0F5693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 6.05%
G = 34.68%
B = 59.27%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F5693 (or 0x0F5693) is known color: Endeavour. HEX triplet: 0F, 56 and 93. RGB value is (15,86,147). Sum of RGB (Red+Green+Blue) = 15+86+147=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F5693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5693 is #F0A96C. Grayscale: #474747. Windows color (decimal): -15772013 or 9655823. OLE color: 9655823.

HSL color Cylindrical-coordinate representation of color #0F5693: hue angle of 207.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5693 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 86 147 -
CMYK 0.90 0.41 0 0.42
HSL 207.73º 0.81% 0.32% -
HSV(B) 207.73º 0.9% 0.58% -
XYZ 8.79 8.86 28.85 -
YUV 71.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 15 86 147 0.90 0.41 0 0.42 207.73 0.81 0.32
Hex F 56 93 5A 29 0 2A D0 51 20
Octal 17 126 223 132 51 0 52 320 121 40
Binary 1111 1010110 10010011 1011010 101001 0 101010 11010000 1010001 100000

Color Harmonies of #0F5693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5693

Black with #0F5693

Text Example


Text Example

White with #0F5693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,86,147); }

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

background-color css

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

 a { background-color: rgb(15,86,147); }

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

border-color css

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

 span { border-color: rgb(15,86,147); }

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