Html Css Color HEX #0F5978 Orient

📋 copy color: '#0F5978'

red 15 ◦ green 89 ◦ blue 120

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

Shades of Orient #0F5978

Tints of Orient #0F5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 6.7%
G = 39.73%
B = 53.57%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F5978 (or 0x0F5978) is known color: Orient. HEX triplet: 0F, 59 and 78. RGB value is (15,89,120). Sum of RGB (Red+Green+Blue) = 15+89+120=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F5978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5978 is #F0A687. Grayscale: #464646. Windows color (decimal): -15771272 or 7887119. OLE color: 7887119.

HSL color Cylindrical-coordinate representation of color #0F5978: hue angle of 197.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F5978 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 89 120 -
CMYK 0.87 0.26 0 0.53
HSL 197.71º 0.78% 0.26% -
HSV(B) 197.71º 0.88% 0.47% -
XYZ 7.16 8.6 19.05 -
YUV 70.41 155.98 88.48 -
System Red Green Blue C M Y K H S L
Decimal 15 89 120 0.87 0.26 0 0.53 197.71 0.78 0.26
Hex F 59 78 57 1A 0 35 C6 4E 1A
Octal 17 131 170 127 32 0 65 306 116 32
Binary 1111 1011001 1111000 1010111 11010 0 110101 11000110 1001110 11010

Color Harmonies of #0F5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5978

Black with #0F5978

Text Example


Text Example

White with #0F5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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