Html Css Color HEX #0F6992 Allports

📋 copy color: '#0F6992'

red 15 ◦ green 105 ◦ blue 146

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

Shades of Allports #0F6992

Tints of Allports #0F6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 5.64%
G = 39.47%
B = 54.89%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F6992 (or 0x0F6992) is known color: Allports. HEX triplet: 0F, 69 and 92. RGB value is (15,105,146). Sum of RGB (Red+Green+Blue) = 15+105+146=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6992 is #F0966D. Grayscale: #525252. Windows color (decimal): -15767150 or 9595151. OLE color: 9595151.

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

Color convert

RGB 15 105 146 -
CMYK 0.90 0.28 0 0.43
HSL 198.78º 0.81% 0.32% -
HSV(B) 198.78º 0.9% 0.57% -
XYZ 10.44 12.28 29.01 -
YUV 82.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 15 105 146 0.90 0.28 0 0.43 198.78 0.81 0.32
Hex F 69 92 5A 1C 0 2B C7 51 20
Octal 17 151 222 132 34 0 53 307 121 40
Binary 1111 1101001 10010010 1011010 11100 0 101011 11000111 1010001 100000

Color Harmonies of #0F6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6992

Black with #0F6992

Text Example


Text Example

White with #0F6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,105,146); }

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

background-color css

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

 a { background-color: rgb(15,105,146); }

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

border-color css

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

 span { border-color: rgb(15,105,146); }

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