Html Css Color HEX #0F5A91 Endeavour

📋 copy color: '#0F5A91'

red 15 ◦ green 90 ◦ blue 145

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

Shades of Endeavour #0F5A91

Tints of Endeavour #0F5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

 BLUE value IS 145 (57.03% from 255) = 58%

R = 6%
G = 36%
B = 58%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F5A91 (or 0x0F5A91) is known color: Endeavour. HEX triplet: 0F, 5A and 91. RGB value is (15,90,145). Sum of RGB (Red+Green+Blue) = 15+90+145=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F5A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5A91 is #F0A56E. Grayscale: #494949. Windows color (decimal): -15770991 or 9525775. OLE color: 9525775.

HSL color Cylindrical-coordinate representation of color #0F5A91: hue angle of 205.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5A91 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 90 145 -
CMYK 0.90 0.38 0 0.43
HSL 205.38º 0.81% 0.31% -
HSV(B) 205.38º 0.9% 0.57% -
XYZ 8.96 9.46 28.14 -
YUV 73.85 168.15 86.03 -
System Red Green Blue C M Y K H S L
Decimal 15 90 145 0.90 0.38 0 0.43 205.38 0.81 0.31
Hex F 5A 91 5A 26 0 2B CD 51 1F
Octal 17 132 221 132 46 0 53 315 121 37
Binary 1111 1011010 10010001 1011010 100110 0 101011 11001101 1010001 11111

Color Harmonies of #0F5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5A91

Black with #0F5A91

Text Example


Text Example

White with #0F5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,90,145); }

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

background-color css

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

 a { background-color: rgb(15,90,145); }

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

border-color css

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

 span { border-color: rgb(15,90,145); }

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