Html Css Color HEX #0F5D95 Endeavour

📋 copy color: '#0F5D95'

red 15 ◦ green 93 ◦ blue 149

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

Shades of Endeavour #0F5D95

Tints of Endeavour #0F5D95

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

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

R = 5.84%
G = 36.19%
B = 57.98%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F5D95 (or 0x0F5D95) is known color: Endeavour. HEX triplet: 0F, 5D and 95. RGB value is (15,93,149). Sum of RGB (Red+Green+Blue) = 15+93+149=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F5D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5D95 is #F0A26A. Grayscale: #4B4B4B. Windows color (decimal): -15770219 or 9788687. OLE color: 9788687.

HSL color Cylindrical-coordinate representation of color #0F5D95: hue angle of 205.07º degrees, saturation: 0.82, 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 #0F5D95 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 93 149 -
CMYK 0.90 0.38 0 0.42
HSL 205.07º 0.82% 0.32% -
HSV(B) 205.07º 0.9% 0.58% -
XYZ 9.54 10.1 29.88 -
YUV 76.06 169.16 84.45 -
System Red Green Blue C M Y K H S L
Decimal 15 93 149 0.90 0.38 0 0.42 205.07 0.82 0.32
Hex F 5D 95 5A 26 0 2A CD 52 20
Octal 17 135 225 132 46 0 52 315 122 40
Binary 1111 1011101 10010101 1011010 100110 0 101010 11001101 1010010 100000

Color Harmonies of #0F5D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5D95

Black with #0F5D95

Text Example


Text Example

White with #0F5D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,93,149); }

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

background-color css

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

 a { background-color: rgb(15,93,149); }

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

border-color css

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

 span { border-color: rgb(15,93,149); }

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