Html Css Color HEX #0F5875 Orient

📋 copy color: '#0F5875'

red 15 ◦ green 88 ◦ blue 117

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

Shades of Orient #0F5875

Tints of Orient #0F5875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 6.82%
G = 40%
B = 53.18%

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

#0F5875 (or 0x0F5875) is known color: Orient. HEX triplet: 0F, 58 and 75. RGB value is (15,88,117). Sum of RGB (Red+Green+Blue) = 15+88+117=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F5875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5875 is #F0A78A. Grayscale: #454545. Windows color (decimal): -15771531 or 7690255. OLE color: 7690255.

HSL color Cylindrical-coordinate representation of color #0F5875: hue angle of 197.06º 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 #0F5875 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 88 117 -
CMYK 0.87 0.25 0 0.54
HSL 197.06º 0.77% 0.26% -
HSV(B) 197.06º 0.87% 0.46% -
XYZ 6.9 8.37 18.08 -
YUV 69.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 15 88 117 0.87 0.25 0 0.54 197.06 0.77 0.26
Hex F 58 75 57 19 0 36 C5 4D 1A
Octal 17 130 165 127 31 0 66 305 115 32
Binary 1111 1011000 1110101 1010111 11001 0 110110 11000101 1001101 11010

Color Harmonies of #0F5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5875

Black with #0F5875

Text Example


Text Example

White with #0F5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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