Html Css Color HEX #0F5876 Orient

📋 copy color: '#0F5876'

red 15 ◦ green 88 ◦ blue 118

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

Shades of Orient #0F5876

Tints of Orient #0F5876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 6.79%
G = 39.82%
B = 53.39%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F5876 (or 0x0F5876) is known color: Orient. HEX triplet: 0F, 58 and 76. RGB value is (15,88,118). Sum of RGB (Red+Green+Blue) = 15+88+118=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F5876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5876 is #F0A789. Grayscale: #454545. Windows color (decimal): -15771530 or 7755791. OLE color: 7755791.

HSL color Cylindrical-coordinate representation of color #0F5876: hue angle of 197.48º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5876 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 88 118 -
CMYK 0.87 0.25 0 0.54
HSL 197.48º 0.77% 0.26% -
HSV(B) 197.48º 0.87% 0.46% -
XYZ 6.96 8.39 18.39 -
YUV 69.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 15 88 118 0.87 0.25 0 0.54 197.48 0.77 0.26
Hex F 58 76 57 19 0 36 C5 4D 1A
Octal 17 130 166 127 31 0 66 305 115 32
Binary 1111 1011000 1110110 1010111 11001 0 110110 11000101 1001101 11010

Color Harmonies of #0F5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5876

Black with #0F5876

Text Example


Text Example

White with #0F5876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,88,118); }

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

background-color css

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

 a { background-color: rgb(15,88,118); }

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

border-color css

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

 span { border-color: rgb(15,88,118); }

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