Html Css Color HEX #0F5998 Endeavour

📋 copy color: '#0F5998'

red 15 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #0F5998

Tints of Endeavour #0F5998

RGB

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

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

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

R = 5.86%
G = 34.77%
B = 59.38%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F5998 (or 0x0F5998) is known color: Endeavour. HEX triplet: 0F, 59 and 98. RGB value is (15,89,152). Sum of RGB (Red+Green+Blue) = 15+89+152=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F5998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5998 is #F0A667. Grayscale: #494949. Windows color (decimal): -15771240 or 9984271. OLE color: 9984271.

HSL color Cylindrical-coordinate representation of color #0F5998: hue angle of 207.59º 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 #0F5998 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 89 152 -
CMYK 0.90 0.41 0 0.40
HSL 207.59º 0.82% 0.33% -
HSV(B) 207.59º 0.9% 0.6% -
XYZ 9.44 9.51 31.04 -
YUV 74.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 15 89 152 0.90 0.41 0 0.40 207.59 0.82 0.33
Hex F 59 98 5A 29 0 28 D0 52 21
Octal 17 131 230 132 51 0 50 320 122 41
Binary 1111 1011001 10011000 1011010 101001 0 101000 11010000 1010010 100001

Color Harmonies of #0F5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5998

Black with #0F5998

Text Example


Text Example

White with #0F5998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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